#CC51B5

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

Shades of Fuchsia #CC51B5

Tints of Fuchsia #CC51B5

Color information

#CC51B5 (or 0xCC51B5) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and B5. RGB value is (204,81,181). Sum of RGB (Red+Green+Blue) = 204+81+181=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51B5 is #33AE4A. Grayscale: #808080. Windows color (decimal): -3386955 or 11882956. OLE color: 11882956.

HSL color Cylindrical-coordinate representation of color #CC51B5: hue angle of 311.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51B5 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20481181-
CMYK00.600.110.2
HSL311.22º54.67%55.88%-
HSV(B)311.22º60.29%80%-
XYZ36.1822.0646.07-
YUV129.18157.25181.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=43.78%
G=17.38%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048118100.600.110.2311.2254.6755.88
HexCC51B503CB141373738
Octal31412126507413244676770
Binary110011001010001101101010111100101110100100110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51B5; }

 p { color: rgb(204,81,181); }

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

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

 a { background-color: rgb(204,81,181); }

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

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

 span { border-color: rgb(204,81,181); }

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