#CD2CD4

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

Shades of Deep Magenta #CD2CD4

Tints of Deep Magenta #CD2CD4

Color information

#CD2CD4 (or 0xCD2CD4) is unknown color: approx Deep Magenta. HEX triplet: CD, 2C and D4. RGB value is (205,44,212). Sum of RGB (Red+Green+Blue) = 205+44+212=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD2CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CD4 is #32D32B. Grayscale: #6E6E6E. Windows color (decimal): -3330860 or 13905101. OLE color: 13905101.

HSL color Cylindrical-coordinate representation of color #CD2CD4: hue angle of 297.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2CD4 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20544212-
CMYK0.030.7900.17
HSL297.5º66.14%50.2%-
HSV(B)297.5º79.25%83.14%-
XYZ37.9619.5364.06-
YUV111.29184.84194.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 44 (17.58% from 255) = 9.54%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=44.47%
G=9.54%
B=45.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205442120.030.7900.17297.566.1450.2
HexCD2CD434F01112a4232
Octal31554324311702145210262
Binary11001101101100110101001110011110100011001010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2CD4; }

 p { color: rgb(205,44,212); }

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

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

 a { background-color: rgb(205,44,212); }

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

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

 span { border-color: rgb(205,44,212); }

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