#CC6EB5

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

Shades of Fuchsia #CC6EB5

Tints of Fuchsia #CC6EB5

Color information

#CC6EB5 (or 0xCC6EB5) is unknown color: approx Fuchsia. HEX triplet: CC, 6E and B5. RGB value is (204,110,181). Sum of RGB (Red+Green+Blue) = 204+110+181=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EB5 is #33914A. Grayscale: #929292. Windows color (decimal): -3379531 or 11890380. OLE color: 11890380.

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

Color convert

RGB204110181-
CMYK00.460.110.2
HSL314.68º47.96%61.57%-
HSV(B)314.68º46.08%80%-
XYZ38.8227.3346.94-
YUV146.2147.64169.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=41.21%
G=22.22%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411018100.460.110.2314.6847.9661.57
HexCC6EB502EB1413b303e
Octal31415626505613244736076
Binary110011001101110101101010101110101110100100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EB5; }

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

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

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

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

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

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

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

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