Shades of Deep Magenta #CD1BCD
Tints of Deep Magenta #CD1BCD
RGB
CMYK
RGB Variations
Color information
#CD1BCD (or 0xCD1BCD) is known color: Deep Magenta. HEX triplet: CD, 1B and CD. RGB value is (205,27,205). Sum of RGB (Red+Green+Blue) = 205+27+205=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1BCD is #32E432. Grayscale: #636363. Windows color (decimal): -3335219 or 13441997. OLE color: 13441997.
HSL color Cylindrical-coordinate representation of color #CD1BCD: hue angle of 300º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1BCD is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 205 | - |
| CMYK | 0 | 0.87 | 0 | 0.20 |
| HSL | 300º | 0.77% | 0.45% | - |
| HSV(B) | 300º | 0.87% | 0.8% | - |
| XYZ | 36.59 | 18.17 | 59.34 | - |
| YUV | 100.51 | 186.97 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 205 | 0 | 0.87 | 0 | 0.20 | 300 | 0.77 | 0.45 |
| Hex | CD | 1B | CD | 0 | 57 | 0 | 14 | 12C | 4D | 2D |
| Octal | 315 | 33 | 315 | 0 | 127 | 0 | 24 | 454 | 115 | 55 |
| Binary | 11001101 | 11011 | 11001101 | 0 | 1010111 | 0 | 10100 | 100101100 | 1001101 | 101101 |
Color Harmonies of #CD1BCD
Complementary color
Monochromatic Colors of #CD1BCD
Black with #CD1BCD
Text Example
Text Example
White with #CD1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1BCD; }
p { color: rgb(205,27,205); }
H1.HeaderClassName
{
color: #CD1BCD;
}
.AnyTagClassName
{
color: #CD1BCD;
}
</style>
background-color css
<style>
a { background-color: #CD1BCD; }
a { background-color: rgb(205,27,205); }
div.DivClassName
{
background-color: #CD1BCD;
}
.BgClassName
{
background-color: #CD1BCD;
}
</style>
border-color css
<style>
span { border-color: #CD1BCD; }
span { border-color: rgb(205,27,205); }
td.TdClassName
{
border-color: #CD1BCD;
}
.TagClassName
{
border-color: #CD1BCD;
}
</style>