#CD02C8

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

Shades of Deep Magenta #CD02C8

Tints of Deep Magenta #CD02C8

Color information

#CD02C8 (or 0xCD02C8) is unknown color: approx Deep Magenta. HEX triplet: CD, 02 and C8. RGB value is (205,2,200). Sum of RGB (Red+Green+Blue) = 205+2+200=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD02C8 is #32FD37. Grayscale: #545454. Windows color (decimal): -3341624 or 13107917. OLE color: 13107917.

HSL color Cylindrical-coordinate representation of color #CD02C8: hue angle of 301.48º degrees, saturation: 0.98, 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 #CD02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB2052200-
CMYK00.990.020.20
HSL301.48º98.07%40.59%-
HSV(B)301.48º99.02%80.39%-
XYZ35.6217.1956.08-
YUV85.27192.75213.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 2 (1.17% from 255) = 0.49%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=50.37%
G=0.49%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205220000.990.020.20301.4898.0740.59
HexCD2C806321412d6229
Octal3152310014322445514251
Binary1100110110110010000110001110101001001011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD02C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD02C8; }

 p { color: rgb(205,2,200); }

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

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

 a { background-color: rgb(205,2,200); }

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

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

 span { border-color: rgb(205,2,200); }

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