#CD20CF

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

Shades of Deep Magenta #CD20CF

Tints of Deep Magenta #CD20CF

Color information

#CD20CF (or 0xCD20CF) is unknown color: approx Deep Magenta. HEX triplet: CD, 20 and CF. RGB value is (205,32,207). Sum of RGB (Red+Green+Blue) = 205+32+207=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CF is #32DF30. Grayscale: #676767. Windows color (decimal): -3333937 or 13574349. OLE color: 13574349.

HSL color Cylindrical-coordinate representation of color #CD20CF: hue angle of 299.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD20CF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20532207-
CMYK0.010.8500.19
HSL299.31º73.22%46.86%-
HSV(B)299.31º84.54%81.18%-
XYZ36.9618.5260.66-
YUV103.68186.31200.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 32 (12.89% from 255) = 7.21%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=46.17%
G=7.21%
B=46.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205322070.010.8500.19299.3173.2246.86
HexCD20CF15501312b492f
Octal31540317112502345311157
Binary1100110110000011001111110101010100111001010111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD20CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD20CF; }

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

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

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

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

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

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

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

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