#CC4DC6

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

Shades of Fuchsia #CC4DC6

Tints of Fuchsia #CC4DC6

Color information

#CC4DC6 (or 0xCC4DC6) is unknown color: approx Fuchsia. HEX triplet: CC, 4D and C6. RGB value is (204,77,198). Sum of RGB (Red+Green+Blue) = 204+77+198=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DC6 is #33B239. Grayscale: #808080. Windows color (decimal): -3387962 or 12996044. OLE color: 12996044.

HSL color Cylindrical-coordinate representation of color #CC4DC6: hue angle of 302.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DC6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB20477198-
CMYK00.620.030.2
HSL302.83º55.46%55.1%-
HSV(B)302.83º62.25%80%-
XYZ37.7522.2255.73-
YUV128.77167.08181.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 77 (30.47% from 255) = 16.08%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=42.59%
G=16.08%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047719800.620.030.2302.8355.4655.1
HexCC4DC603E31412f3737
Octal3141153060763244576767
Binary1100110010011011100011001111101110100100101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4DC6; }

 p { color: rgb(204,77,198); }

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

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

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

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

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

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

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