#CD20DF

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

Shades of Deep Magenta #CD20DF

Tints of Deep Magenta #CD20DF

Color information

#CD20DF (or 0xCD20DF) is unknown color: approx Deep Magenta. HEX triplet: CD, 20 and DF. RGB value is (205,32,223). Sum of RGB (Red+Green+Blue) = 205+32+223=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20DF is #32DF20. Grayscale: #686868. Windows color (decimal): -3333921 or 14622925. OLE color: 14622925.

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

Color convert

RGB20532223-
CMYK0.080.8600.13
HSL294.35º74.9%50%-
HSV(B)294.35º85.65%87.45%-
XYZ39.0119.3471.49-
YUV105.5194.31198.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 32 (12.89% from 255) = 6.96%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=44.57%
G=6.96%
B=48.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205322230.080.8600.13294.3574.950
HexCD20DF8560D1264b32
Octal315403371012601544611362
Binary110011011000001101111110001010110011011001001101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD20DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD20DF; }

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

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

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

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

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

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

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

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