#CC51CC

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

Shades of Fuchsia #CC51CC

Tints of Fuchsia #CC51CC

Color information

#CC51CC (or 0xCC51CC) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and CC. RGB value is (204,81,204). Sum of RGB (Red+Green+Blue) = 204+81+204=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51CC is #33AE33. Grayscale: #838383. Windows color (decimal): -3386932 or 13390284. OLE color: 13390284.

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

Color convert

RGB20481204-
CMYK00.6000.2
HSL300º54.67%55.88%-
HSV(B)300º60.29%80%-
XYZ38.7423.0859.54-
YUV131.8168.75179.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 81 (32.03% from 255) = 16.56%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=41.72%
G=16.56%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048120400.6000.230054.6755.88
HexCC51CC03C01412c3738
Octal3141213140740244546770
Binary110011001010001110011000111100010100100101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51CC; }

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

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

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

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

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

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

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

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