Shades of Deep Magenta #CB14BD
Tints of Deep Magenta #CB14BD
RGB
CMYK
RGB Variations
Color information
#CB14BD (or 0xCB14BD) is known color: Deep Magenta. HEX triplet: CB, 14 and BD. RGB value is (203,20,189). Sum of RGB (Red+Green+Blue) = 203+20+189=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14BD is #34EB42. Grayscale: #5D5D5D. Windows color (decimal): -3468099 or 12391627. OLE color: 12391627.
HSL color Cylindrical-coordinate representation of color #CB14BD: hue angle of 304.59º 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 #CB14BD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.20 |
| HSL | 304.59º | 0.82% | 0.44% | - |
| HSV(B) | 304.59º | 0.9% | 0.8% | - |
| XYZ | 34.06 | 16.87 | 49.61 | - |
| YUV | 93.98 | 181.63 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 189 | 0 | 0.90 | 0.07 | 0.20 | 304.59 | 0.82 | 0.44 |
| Hex | CB | 14 | BD | 0 | 5A | 7 | 14 | 131 | 52 | 2C |
| Octal | 313 | 24 | 275 | 0 | 132 | 7 | 24 | 461 | 122 | 54 |
| Binary | 11001011 | 10100 | 10111101 | 0 | 1011010 | 111 | 10100 | 100110001 | 1010010 | 101100 |
Color Harmonies of #CB14BD
Complementary color
Monochromatic Colors of #CB14BD
Black with #CB14BD
Text Example
Text Example
White with #CB14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14BD; }
p { color: rgb(203,20,189); }
H1.HeaderClassName
{
color: #CB14BD;
}
.AnyTagClassName
{
color: #CB14BD;
}
</style>
background-color css
<style>
a { background-color: #CB14BD; }
a { background-color: rgb(203,20,189); }
div.DivClassName
{
background-color: #CB14BD;
}
.BgClassName
{
background-color: #CB14BD;
}
</style>
border-color css
<style>
span { border-color: #CB14BD; }
span { border-color: rgb(203,20,189); }
td.TdClassName
{
border-color: #CB14BD;
}
.TagClassName
{
border-color: #CB14BD;
}
</style>