#C844B5

Color #C844B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C844B5

Tints of Fuchsia #C844B5

Color information

#C844B5 (or 0xC844B5) is unknown color: approx Fuchsia. HEX triplet: C8, 44 and B5. RGB value is (200,68,181). Sum of RGB (Red+Green+Blue) = 200+68+181=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C844B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844B5 is #37BB4A. Grayscale: #787878. Windows color (decimal): -3652427 or 11879624. OLE color: 11879624.

HSL color Cylindrical-coordinate representation of color #C844B5: hue angle of 308.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844B5 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB20068181-
CMYK00.660.090.22
HSL308.64º54.55%52.55%-
HSV(B)308.64º66%78.43%-
XYZ34.2319.7545.72-
YUV120.35162.23184.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=44.54%
G=15.14%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006818100.660.090.22308.6454.5552.55
HexC844B50429161353735
Octal310104265010211264656765
Binary1100100010001001011010101000010100110110100110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C844B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C844B5; }

 p { color: rgb(200,68,181); }

 H1.HeaderClassName
 {
   color: #C844B5;
 }
 .AnyTagClassName
 {
   color: #C844B5;
 }
</style>
background-color css

<style>
 a { background-color: #C844B5; }

 a { background-color: rgb(200,68,181); }

 div.DivClassName
 {
   background-color: #C844B5;
 }
 .BgClassName
 {
   background-color: #C844B5;
 }
</style>
border-color css

<style>
 span { border-color: #C844B5; }

 span { border-color: rgb(200,68,181); }

 td.TdClassName
 {
   border-color: #C844B5;
 }
 .TagClassName
 {
   border-color: #C844B5;
 }
</style>