Shades of Deep Magenta #CD14BD
Tints of Deep Magenta #CD14BD
RGB
CMYK
RGB Variations
Color information
#CD14BD (or 0xCD14BD) is known color: Deep Magenta. HEX triplet: CD, 14 and BD. RGB value is (205,20,189). Sum of RGB (Red+Green+Blue) = 205+20+189=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14BD is #32EB42. Grayscale: #5E5E5E. Windows color (decimal): -3337027 or 12391629. OLE color: 12391629.
HSL color Cylindrical-coordinate representation of color #CD14BD: hue angle of 305.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD14BD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.20 |
| HSL | 305.19º | 0.82% | 0.44% | - |
| HSV(B) | 305.19º | 0.9% | 0.8% | - |
| XYZ | 34.61 | 17.15 | 49.63 | - |
| YUV | 94.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 189 | 0 | 0.90 | 0.08 | 0.20 | 305.19 | 0.82 | 0.44 |
| Hex | CD | 14 | BD | 0 | 5A | 8 | 14 | 131 | 52 | 2C |
| Octal | 315 | 24 | 275 | 0 | 132 | 10 | 24 | 461 | 122 | 54 |
| Binary | 11001101 | 10100 | 10111101 | 0 | 1011010 | 1000 | 10100 | 100110001 | 1010010 | 101100 |
Color Harmonies of #CD14BD
Complementary color
Monochromatic Colors of #CD14BD
Black with #CD14BD
Text Example
Text Example
White with #CD14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14BD; }
p { color: rgb(205,20,189); }
H1.HeaderClassName
{
color: #CD14BD;
}
.AnyTagClassName
{
color: #CD14BD;
}
</style>
background-color css
<style>
a { background-color: #CD14BD; }
a { background-color: rgb(205,20,189); }
div.DivClassName
{
background-color: #CD14BD;
}
.BgClassName
{
background-color: #CD14BD;
}
</style>
border-color css
<style>
span { border-color: #CD14BD; }
span { border-color: rgb(205,20,189); }
td.TdClassName
{
border-color: #CD14BD;
}
.TagClassName
{
border-color: #CD14BD;
}
</style>