#CC51B6

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

Shades of Fuchsia #CC51B6

Tints of Fuchsia #CC51B6

Color information

#CC51B6 (or 0xCC51B6) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and B6. RGB value is (204,81,182). Sum of RGB (Red+Green+Blue) = 204+81+182=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51B6 is #33AE49. Grayscale: #818181. Windows color (decimal): -3386954 or 11948492. OLE color: 11948492.

HSL color Cylindrical-coordinate representation of color #CC51B6: hue angle of 310.73º 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 #CC51B6 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20481182-
CMYK00.600.110.2
HSL310.73º54.67%55.88%-
HSV(B)310.73º60.29%80%-
XYZ36.2922.146.61-
YUV129.29157.75181.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=43.68%
G=17.34%
B=38.97%

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
Decimal2048118200.600.110.2310.7354.6755.88
HexCC51B603CB141373738
Octal31412126607413244676770
Binary110011001010001101101100111100101110100100110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51B6; }

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

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

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

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

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

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

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

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