Shades of Deep Magenta #CD2BDC
Tints of Deep Magenta #CD2BDC
RGB
CMYK
RGB Variations
Color information
#CD2BDC (or 0xCD2BDC) is known color: Deep Magenta. HEX triplet: CD, 2B and DC. RGB value is (205,43,220). Sum of RGB (Red+Green+Blue) = 205+43+220=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BDC is #32D423. Grayscale: #6F6F6F. Windows color (decimal): -3331108 or 14429133. OLE color: 14429133.
HSL color Cylindrical-coordinate representation of color #CD2BDC: hue angle of 294.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2BDC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 43 | 220 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.14 |
| HSL | 294.92º | 0.72% | 0.52% | - |
| HSV(B) | 294.92º | 0.8% | 0.86% | - |
| XYZ | 38.96 | 19.87 | 69.49 | - |
| YUV | 111.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 220 | 0.07 | 0.80 | 0 | 0.14 | 294.92 | 0.72 | 0.52 |
| Hex | CD | 2B | DC | 7 | 50 | 0 | E | 127 | 48 | 34 |
| Octal | 315 | 53 | 334 | 7 | 120 | 0 | 16 | 447 | 110 | 64 |
| Binary | 11001101 | 101011 | 11011100 | 111 | 1010000 | 0 | 1110 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2BDC
Complementary color
Monochromatic Colors of #CD2BDC
Black with #CD2BDC
Text Example
Text Example
White with #CD2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BDC; }
p { color: rgb(205,43,220); }
H1.HeaderClassName
{
color: #CD2BDC;
}
.AnyTagClassName
{
color: #CD2BDC;
}
</style>
background-color css
<style>
a { background-color: #CD2BDC; }
a { background-color: rgb(205,43,220); }
div.DivClassName
{
background-color: #CD2BDC;
}
.BgClassName
{
background-color: #CD2BDC;
}
</style>
border-color css
<style>
span { border-color: #CD2BDC; }
span { border-color: rgb(205,43,220); }
td.TdClassName
{
border-color: #CD2BDC;
}
.TagClassName
{
border-color: #CD2BDC;
}
</style>