#CC4EC6

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

Shades of Fuchsia #CC4EC6

Tints of Fuchsia #CC4EC6

Color information

#CC4EC6 (or 0xCC4EC6) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and C6. RGB value is (204,78,198). Sum of RGB (Red+Green+Blue) = 204+78+198=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EC6 is #33B139. Grayscale: #818181. Windows color (decimal): -3387706 or 12996300. OLE color: 12996300.

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

Color convert

RGB20478198-
CMYK00.620.030.2
HSL302.86º55.26%55.29%-
HSV(B)302.86º61.76%80%-
XYZ37.8222.3655.75-
YUV129.35166.74181.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 78 (30.86% from 255) = 16.25%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=42.5%
G=16.25%
B=41.25%

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
Decimal2047819800.620.030.2302.8655.2655.29
HexCC4EC603E31412f3737
Octal3141163060763244576767
Binary1100110010011101100011001111101110100100101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EC6; }

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

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

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

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

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

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

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

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