#CC03C9

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

Shades of Deep Magenta #CC03C9

Tints of Deep Magenta #CC03C9

Color information

#CC03C9 (or 0xCC03C9) is unknown color: approx Deep Magenta. HEX triplet: CC, 03 and C9. RGB value is (204,3,201). Sum of RGB (Red+Green+Blue) = 204+3+201=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03C9 is #33FC36. Grayscale: #555555. Windows color (decimal): -3406903 or 13173708. OLE color: 13173708.

HSL color Cylindrical-coordinate representation of color #CC03C9: hue angle of 300.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03C9 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB2043201-
CMYK00.990.010.2
HSL300.9º97.1%40.59%-
HSV(B)300.9º98.53%80%-
XYZ35.4817.1256.69-
YUV85.67193.09212.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 201 (78.91% from 255) = 49.26%
R=50%
G=0.74%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204320100.990.010.2300.997.140.59
HexCC3C906311412d6129
Octal3143311014312445514151
Binary110011001111001001011000111101001001011011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC03C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC03C9; }

 p { color: rgb(204,3,201); }

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

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

 a { background-color: rgb(204,3,201); }

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

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

 span { border-color: rgb(204,3,201); }

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