Shades of Deep Magenta #CB13BD
Tints of Deep Magenta #CB13BD
RGB
CMYK
RGB Variations
Color information
#CB13BD (or 0xCB13BD) is known color: Deep Magenta. HEX triplet: CB, 13 and BD. RGB value is (203,19,189). Sum of RGB (Red+Green+Blue) = 203+19+189=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13BD is #34EC42. Grayscale: #5C5C5C. Windows color (decimal): -3468355 or 12391371. OLE color: 12391371.
HSL color Cylindrical-coordinate representation of color #CB13BD: hue angle of 304.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13BD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.20 |
| HSL | 304.57º | 0.83% | 0.44% | - |
| HSV(B) | 304.57º | 0.91% | 0.8% | - |
| XYZ | 34.05 | 16.84 | 49.6 | - |
| YUV | 93.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 189 | 0 | 0.91 | 0.07 | 0.20 | 304.57 | 0.83 | 0.44 |
| Hex | CB | 13 | BD | 0 | 5B | 7 | 14 | 131 | 53 | 2C |
| Octal | 313 | 23 | 275 | 0 | 133 | 7 | 24 | 461 | 123 | 54 |
| Binary | 11001011 | 10011 | 10111101 | 0 | 1011011 | 111 | 10100 | 100110001 | 1010011 | 101100 |
Color Harmonies of #CB13BD
Complementary color
Monochromatic Colors of #CB13BD
Black with #CB13BD
Text Example
Text Example
White with #CB13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13BD; }
p { color: rgb(203,19,189); }
H1.HeaderClassName
{
color: #CB13BD;
}
.AnyTagClassName
{
color: #CB13BD;
}
</style>
background-color css
<style>
a { background-color: #CB13BD; }
a { background-color: rgb(203,19,189); }
div.DivClassName
{
background-color: #CB13BD;
}
.BgClassName
{
background-color: #CB13BD;
}
</style>
border-color css
<style>
span { border-color: #CB13BD; }
span { border-color: rgb(203,19,189); }
td.TdClassName
{
border-color: #CB13BD;
}
.TagClassName
{
border-color: #CB13BD;
}
</style>