#CD20C3

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

Shades of Deep Magenta #CD20C3

Tints of Deep Magenta #CD20C3

Color information

#CD20C3 (or 0xCD20C3) is unknown color: approx Deep Magenta. HEX triplet: CD, 20 and C3. RGB value is (205,32,195). Sum of RGB (Red+Green+Blue) = 205+32+195=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20C3 is #32DF3C. Grayscale: #656565. Windows color (decimal): -3333949 or 12787917. OLE color: 12787917.

HSL color Cylindrical-coordinate representation of color #CD20C3: hue angle of 303.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20C3 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20532195-
CMYK00.840.050.20
HSL303.47º73%46.47%-
HSV(B)303.47º84.39%80.39%-
XYZ35.5417.9553.22-
YUV102.31180.31201.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 32 (12.89% from 255) = 7.41%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=47.45%
G=7.41%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053219500.840.050.20303.477346.47
HexCD20C305451412f492e
Octal31540303012452445711156
Binary110011011000001100001101010100101101001001011111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD20C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD20C3; }

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

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

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

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

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

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

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

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