#CC64C8

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

Shades of Fuchsia #CC64C8

Tints of Fuchsia #CC64C8

Color information

#CC64C8 (or 0xCC64C8) is unknown color: approx Fuchsia. HEX triplet: CC, 64 and C8. RGB value is (204,100,200). Sum of RGB (Red+Green+Blue) = 204+100+200=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64C8 is #339B37. Grayscale: #8E8E8E. Windows color (decimal): -3382072 or 13133004. OLE color: 13133004.

HSL color Cylindrical-coordinate representation of color #CC64C8: hue angle of 302.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64C8 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204100200-
CMYK00.510.020.2
HSL302.31º50.49%59.61%-
HSV(B)302.31º50.98%80%-
XYZ39.8826.1257.58-
YUV142.5160.46171.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 100 (39.45% from 255) = 19.84%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=40.48%
G=19.84%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410020000.510.020.2302.3150.4959.61
HexCC64C803321412e323c
Octal3141443100632244566274
Binary1100110011001001100100001100111010100100101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64C8; }

 p { color: rgb(204,100,200); }

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

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

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

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

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

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

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