Shades of Deep Magenta #CD14B7
Tints of Deep Magenta #CD14B7
RGB
CMYK
RGB Variations
Color information
#CD14B7 (or 0xCD14B7) is known color: Deep Magenta. HEX triplet: CD, 14 and B7. RGB value is (205,20,183). Sum of RGB (Red+Green+Blue) = 205+20+183=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14B7 is #32EB48. Grayscale: #5D5D5D. Windows color (decimal): -3337033 or 11998413. OLE color: 11998413.
HSL color Cylindrical-coordinate representation of color #CD14B7: hue angle of 307.14º 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 #CD14B7 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 183 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.20 |
| HSL | 307.14º | 0.82% | 0.44% | - |
| HSV(B) | 307.14º | 0.9% | 0.8% | - |
| XYZ | 33.97 | 16.9 | 46.27 | - |
| YUV | 93.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 183 | 0 | 0.90 | 0.11 | 0.20 | 307.14 | 0.82 | 0.44 |
| Hex | CD | 14 | B7 | 0 | 5A | B | 14 | 133 | 52 | 2C |
| Octal | 315 | 24 | 267 | 0 | 132 | 13 | 24 | 463 | 122 | 54 |
| Binary | 11001101 | 10100 | 10110111 | 0 | 1011010 | 1011 | 10100 | 100110011 | 1010010 | 101100 |
Color Harmonies of #CD14B7
Complementary color
Monochromatic Colors of #CD14B7
Black with #CD14B7
Text Example
Text Example
White with #CD14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14B7; }
p { color: rgb(205,20,183); }
H1.HeaderClassName
{
color: #CD14B7;
}
.AnyTagClassName
{
color: #CD14B7;
}
</style>
background-color css
<style>
a { background-color: #CD14B7; }
a { background-color: rgb(205,20,183); }
div.DivClassName
{
background-color: #CD14B7;
}
.BgClassName
{
background-color: #CD14B7;
}
</style>
border-color css
<style>
span { border-color: #CD14B7; }
span { border-color: rgb(205,20,183); }
td.TdClassName
{
border-color: #CD14B7;
}
.TagClassName
{
border-color: #CD14B7;
}
</style>