#CC64CA

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

Shades of Fuchsia #CC64CA

Tints of Fuchsia #CC64CA

Color information

#CC64CA (or 0xCC64CA) is unknown color: approx Fuchsia. HEX triplet: CC, 64 and CA. RGB value is (204,100,202). Sum of RGB (Red+Green+Blue) = 204+100+202=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64CA is #339B35. Grayscale: #8E8E8E. Windows color (decimal): -3382070 or 13264076. OLE color: 13264076.

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

Color convert

RGB204100202-
CMYK00.510.010.2
HSL301.15º50.49%59.61%-
HSV(B)301.15º50.98%80%-
XYZ40.1226.2258.82-
YUV142.72161.46171.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 100 (39.45% from 255) = 19.76%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=40.32%
G=19.76%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410020200.510.010.2301.1550.4959.61
HexCC64CA03311412d323c
Octal3141443120631244556274
Binary110011001100100110010100110011110100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64CA; }

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

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

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

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

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

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

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

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