#CC51B9

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

Shades of Fuchsia #CC51B9

Tints of Fuchsia #CC51B9

Color information

#CC51B9 (or 0xCC51B9) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and B9. RGB value is (204,81,185). Sum of RGB (Red+Green+Blue) = 204+81+185=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51B9 is #33AE46. Grayscale: #818181. Windows color (decimal): -3386951 or 12145100. OLE color: 12145100.

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

Color convert

RGB20481185-
CMYK00.600.090.2
HSL309.27º54.67%55.88%-
HSV(B)309.27º60.29%80%-
XYZ36.622.2348.26-
YUV129.63159.25181.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 81 (32.03% from 255) = 17.23%
BLUE value IS 185 (72.66% from 255) = 39.36%
R=43.40%
G=17.23%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048118500.600.090.2309.2754.6755.88
HexCC51B903C9141353738
Octal31412127107411244656770
Binary110011001010001101110010111100100110100100110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51B9; }

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

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

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

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

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

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

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

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