Shades of Deep Magenta #CB15BD
Tints of Deep Magenta #CB15BD
RGB
CMYK
RGB Variations
Color information
#CB15BD (or 0xCB15BD) is known color: Deep Magenta. HEX triplet: CB, 15 and BD. RGB value is (203,21,189). Sum of RGB (Red+Green+Blue) = 203+21+189=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15BD is #34EA42. Grayscale: #5E5E5E. Windows color (decimal): -3467843 or 12391883. OLE color: 12391883.
HSL color Cylindrical-coordinate representation of color #CB15BD: hue angle of 304.62º degrees, saturation: 0.81, 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 #CB15BD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.20 |
| HSL | 304.62º | 0.81% | 0.44% | - |
| HSV(B) | 304.62º | 0.9% | 0.8% | - |
| XYZ | 34.08 | 16.91 | 49.61 | - |
| YUV | 94.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 189 | 0 | 0.90 | 0.07 | 0.20 | 304.62 | 0.81 | 0.44 |
| Hex | CB | 15 | BD | 0 | 5A | 7 | 14 | 131 | 51 | 2C |
| Octal | 313 | 25 | 275 | 0 | 132 | 7 | 24 | 461 | 121 | 54 |
| Binary | 11001011 | 10101 | 10111101 | 0 | 1011010 | 111 | 10100 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CB15BD
Complementary color
Monochromatic Colors of #CB15BD
Black with #CB15BD
Text Example
Text Example
White with #CB15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15BD; }
p { color: rgb(203,21,189); }
H1.HeaderClassName
{
color: #CB15BD;
}
.AnyTagClassName
{
color: #CB15BD;
}
</style>
background-color css
<style>
a { background-color: #CB15BD; }
a { background-color: rgb(203,21,189); }
div.DivClassName
{
background-color: #CB15BD;
}
.BgClassName
{
background-color: #CB15BD;
}
</style>
border-color css
<style>
span { border-color: #CB15BD; }
span { border-color: rgb(203,21,189); }
td.TdClassName
{
border-color: #CB15BD;
}
.TagClassName
{
border-color: #CB15BD;
}
</style>