Shades of Deep Magenta #CB15BE
Tints of Deep Magenta #CB15BE
RGB
CMYK
RGB Variations
Color information
#CB15BE (or 0xCB15BE) is known color: Deep Magenta. HEX triplet: CB, 15 and BE. RGB value is (203,21,190). Sum of RGB (Red+Green+Blue) = 203+21+190=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15BE is #34EA41. Grayscale: #5E5E5E. Windows color (decimal): -3467842 or 12457419. OLE color: 12457419.
HSL color Cylindrical-coordinate representation of color #CB15BE: hue angle of 304.29º 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 #CB15BE is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.20 |
| HSL | 304.29º | 0.81% | 0.44% | - |
| HSV(B) | 304.29º | 0.9% | 0.8% | - |
| XYZ | 34.19 | 16.95 | 50.18 | - |
| YUV | 94.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 190 | 0 | 0.90 | 0.06 | 0.20 | 304.29 | 0.81 | 0.44 |
| Hex | CB | 15 | BE | 0 | 5A | 6 | 14 | 130 | 51 | 2C |
| Octal | 313 | 25 | 276 | 0 | 132 | 6 | 24 | 460 | 121 | 54 |
| Binary | 11001011 | 10101 | 10111110 | 0 | 1011010 | 110 | 10100 | 100110000 | 1010001 | 101100 |
Color Harmonies of #CB15BE
Complementary color
Monochromatic Colors of #CB15BE
Black with #CB15BE
Text Example
Text Example
White with #CB15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15BE; }
p { color: rgb(203,21,190); }
H1.HeaderClassName
{
color: #CB15BE;
}
.AnyTagClassName
{
color: #CB15BE;
}
</style>
background-color css
<style>
a { background-color: #CB15BE; }
a { background-color: rgb(203,21,190); }
div.DivClassName
{
background-color: #CB15BE;
}
.BgClassName
{
background-color: #CB15BE;
}
</style>
border-color css
<style>
span { border-color: #CB15BE; }
span { border-color: rgb(203,21,190); }
td.TdClassName
{
border-color: #CB15BE;
}
.TagClassName
{
border-color: #CB15BE;
}
</style>