#CC6EB4

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

Shades of Fuchsia #CC6EB4

Tints of Fuchsia #CC6EB4

Color information

#CC6EB4 (or 0xCC6EB4) is unknown color: approx Fuchsia. HEX triplet: CC, 6E and B4. RGB value is (204,110,180). Sum of RGB (Red+Green+Blue) = 204+110+180=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EB4 is #33914B. Grayscale: #919191. Windows color (decimal): -3379532 or 11824844. OLE color: 11824844.

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

Color convert

RGB204110180-
CMYK00.460.120.2
HSL315.32º47.96%61.57%-
HSV(B)315.32º46.08%80%-
XYZ38.7227.2846.41-
YUV146.09147.14169.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=41.30%
G=22.27%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411018000.460.120.2315.3247.9661.57
HexCC6EB402EC1413b303e
Octal31415626405614244736076
Binary110011001101110101101000101110110010100100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EB4; }

 p { color: rgb(204,110,180); }

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

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

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

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

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

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

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