#CC0CE6

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

Shades of Deep Magenta #CC0CE6

Tints of Deep Magenta #CC0CE6

Color information

#CC0CE6 (or 0xCC0CE6) is unknown color: approx Deep Magenta. HEX triplet: CC, 0C and E6. RGB value is (204,12,230). Sum of RGB (Red+Green+Blue) = 204+12+230=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CE6 is #33F319. Grayscale: #5D5D5D. Windows color (decimal): -3404570 or 15076556. OLE color: 15076556.

HSL color Cylindrical-coordinate representation of color #CC0CE6: hue angle of 292.84º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CE6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20412230-
CMYK0.110.9500.10
HSL292.84º90.08%47.45%-
HSV(B)292.84º94.78%90.2%-
XYZ39.3218.8176.42-
YUV94.26204.61206.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 12 (5.08% from 255) = 2.69%
BLUE value IS 230 (90.23% from 255) = 51.57%
R=45.74%
G=2.69%
B=51.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204122300.110.9500.10292.8490.0847.45
HexCCCE6B5F0A1255a2f
Octal314143461313701244513257
Binary1100110011001110011010111011111010101001001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0CE6; }

 p { color: rgb(204,12,230); }

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

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

 a { background-color: rgb(204,12,230); }

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

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

 span { border-color: rgb(204,12,230); }

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