Shades of Deep Magenta #CD2BDD
Tints of Deep Magenta #CD2BDD
RGB
CMYK
RGB Variations
Color information
#CD2BDD (or 0xCD2BDD) is known color: Deep Magenta. HEX triplet: CD, 2B and DD. RGB value is (205,43,221). Sum of RGB (Red+Green+Blue) = 205+43+221=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BDD is #32D422. Grayscale: #6F6F6F. Windows color (decimal): -3331107 or 14494669. OLE color: 14494669.
HSL color Cylindrical-coordinate representation of color #CD2BDD: hue angle of 294.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2BDD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 43 | 221 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 294.61º | 0.72% | 0.52% | - |
| HSV(B) | 294.61º | 0.81% | 0.87% | - |
| XYZ | 39.09 | 19.93 | 70.19 | - |
| YUV | 111.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 221 | 0.07 | 0.81 | 0 | 0.13 | 294.61 | 0.72 | 0.52 |
| Hex | CD | 2B | DD | 7 | 51 | 0 | D | 127 | 48 | 34 |
| Octal | 315 | 53 | 335 | 7 | 121 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001101 | 101011 | 11011101 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2BDD
Complementary color
Monochromatic Colors of #CD2BDD
Black with #CD2BDD
Text Example
Text Example
White with #CD2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BDD; }
p { color: rgb(205,43,221); }
H1.HeaderClassName
{
color: #CD2BDD;
}
.AnyTagClassName
{
color: #CD2BDD;
}
</style>
background-color css
<style>
a { background-color: #CD2BDD; }
a { background-color: rgb(205,43,221); }
div.DivClassName
{
background-color: #CD2BDD;
}
.BgClassName
{
background-color: #CD2BDD;
}
</style>
border-color css
<style>
span { border-color: #CD2BDD; }
span { border-color: rgb(205,43,221); }
td.TdClassName
{
border-color: #CD2BDD;
}
.TagClassName
{
border-color: #CD2BDD;
}
</style>