Shades of Deep Magenta #CD14BB
Tints of Deep Magenta #CD14BB
RGB
CMYK
RGB Variations
Color information
#CD14BB (or 0xCD14BB) is known color: Deep Magenta. HEX triplet: CD, 14 and BB. RGB value is (205,20,187). Sum of RGB (Red+Green+Blue) = 205+20+187=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14BB is #32EB44. Grayscale: #5D5D5D. Windows color (decimal): -3337029 or 12260557. OLE color: 12260557.
HSL color Cylindrical-coordinate representation of color #CD14BB: hue angle of 305.84º 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 #CD14BB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.20 |
| HSL | 305.84º | 0.82% | 0.44% | - |
| HSV(B) | 305.84º | 0.9% | 0.8% | - |
| XYZ | 34.4 | 17.07 | 48.5 | - |
| YUV | 94.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 187 | 0 | 0.90 | 0.09 | 0.20 | 305.84 | 0.82 | 0.44 |
| Hex | CD | 14 | BB | 0 | 5A | 9 | 14 | 132 | 52 | 2C |
| Octal | 315 | 24 | 273 | 0 | 132 | 11 | 24 | 462 | 122 | 54 |
| Binary | 11001101 | 10100 | 10111011 | 0 | 1011010 | 1001 | 10100 | 100110010 | 1010010 | 101100 |
Color Harmonies of #CD14BB
Complementary color
Monochromatic Colors of #CD14BB
Black with #CD14BB
Text Example
Text Example
White with #CD14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14BB; }
p { color: rgb(205,20,187); }
H1.HeaderClassName
{
color: #CD14BB;
}
.AnyTagClassName
{
color: #CD14BB;
}
</style>
background-color css
<style>
a { background-color: #CD14BB; }
a { background-color: rgb(205,20,187); }
div.DivClassName
{
background-color: #CD14BB;
}
.BgClassName
{
background-color: #CD14BB;
}
</style>
border-color css
<style>
span { border-color: #CD14BB; }
span { border-color: rgb(205,20,187); }
td.TdClassName
{
border-color: #CD14BB;
}
.TagClassName
{
border-color: #CD14BB;
}
</style>