#CD20E0

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

Shades of Deep Magenta #CD20E0

Tints of Deep Magenta #CD20E0

Color information

#CD20E0 (or 0xCD20E0) is unknown color: approx Deep Magenta. HEX triplet: CD, 20 and E0. RGB value is (205,32,224). Sum of RGB (Red+Green+Blue) = 205+32+224=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD20E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20E0 is #32DF1F. Grayscale: #696969. Windows color (decimal): -3333920 or 14688461. OLE color: 14688461.

HSL color Cylindrical-coordinate representation of color #CD20E0: hue angle of 294.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD20E0 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20532224-
CMYK0.080.8600.12
HSL294.06º75.59%50.2%-
HSV(B)294.06º85.71%87.84%-
XYZ39.1519.3972.2-
YUV105.62194.81198.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 32 (12.89% from 255) = 6.94%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=44.47%
G=6.94%
B=48.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205322240.080.8600.12294.0675.5950.2
HexCD20E08560C1264c32
Octal315403401012601444611462
Binary110011011000001110000010001010110011001001001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD20E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD20E0; }

 p { color: rgb(205,32,224); }

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

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

 a { background-color: rgb(205,32,224); }

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

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

 span { border-color: rgb(205,32,224); }

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