#CD03D2

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

Shades of Deep Magenta #CD03D2

Tints of Deep Magenta #CD03D2

Color information

#CD03D2 (or 0xCD03D2) is unknown color: approx Deep Magenta. HEX triplet: CD, 03 and D2. RGB value is (205,3,210). Sum of RGB (Red+Green+Blue) = 205+3+210=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD03D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD03D2 is #32FC2D. Grayscale: #565656. Windows color (decimal): -3341358 or 13763533. OLE color: 13763533.

HSL color Cylindrical-coordinate representation of color #CD03D2: hue angle of 298.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD03D2 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2053210-
CMYK0.020.9900.18
HSL298.55º97.18%41.76%-
HSV(B)298.55º98.57%82.35%-
XYZ36.8417.762.45-
YUV87197.42212.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 3 (1.56% from 255) = 0.72%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=49.04%
G=0.72%
B=50.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20532100.020.9900.18298.5597.1841.76
HexCD3D226301212b612a
Octal3153322214302245314152
Binary1100110111110100101011000110100101001010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD03D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD03D2; }

 p { color: rgb(205,3,210); }

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

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

 a { background-color: rgb(205,3,210); }

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

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

 span { border-color: rgb(205,3,210); }

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