Shades of Deep Magenta #CD2BCD
Tints of Deep Magenta #CD2BCD
RGB
CMYK
RGB Variations
Color information
#CD2BCD (or 0xCD2BCD) is known color: Deep Magenta. HEX triplet: CD, 2B and CD. RGB value is (205,43,205). Sum of RGB (Red+Green+Blue) = 205+43+205=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BCD is #32D432. Grayscale: #6D6D6D. Windows color (decimal): -3331123 or 13446093. OLE color: 13446093.
HSL color Cylindrical-coordinate representation of color #CD2BCD: hue angle of 300º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2BCD is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 43 | 205 | - |
| CMYK | 0 | 0.79 | 0 | 0.20 |
| HSL | 300º | 0.65% | 0.49% | - |
| HSV(B) | 300º | 0.79% | 0.8% | - |
| XYZ | 37.06 | 19.11 | 59.49 | - |
| YUV | 109.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 205 | 0 | 0.79 | 0 | 0.20 | 300 | 0.65 | 0.49 |
| Hex | CD | 2B | CD | 0 | 4F | 0 | 14 | 12C | 41 | 31 |
| Octal | 315 | 53 | 315 | 0 | 117 | 0 | 24 | 454 | 101 | 61 |
| Binary | 11001101 | 101011 | 11001101 | 0 | 1001111 | 0 | 10100 | 100101100 | 1000001 | 110001 |
Color Harmonies of #CD2BCD
Complementary color
Monochromatic Colors of #CD2BCD
Black with #CD2BCD
Text Example
Text Example
White with #CD2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BCD; }
p { color: rgb(205,43,205); }
H1.HeaderClassName
{
color: #CD2BCD;
}
.AnyTagClassName
{
color: #CD2BCD;
}
</style>
background-color css
<style>
a { background-color: #CD2BCD; }
a { background-color: rgb(205,43,205); }
div.DivClassName
{
background-color: #CD2BCD;
}
.BgClassName
{
background-color: #CD2BCD;
}
</style>
border-color css
<style>
span { border-color: #CD2BCD; }
span { border-color: rgb(205,43,205); }
td.TdClassName
{
border-color: #CD2BCD;
}
.TagClassName
{
border-color: #CD2BCD;
}
</style>