Shades of Deep Magenta #CB13C0
Tints of Deep Magenta #CB13C0
RGB
CMYK
RGB Variations
Color information
#CB13C0 (or 0xCB13C0) is known color: Deep Magenta. HEX triplet: CB, 13 and C0. RGB value is (203,19,192). Sum of RGB (Red+Green+Blue) = 203+19+192=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13C0 is #34EC3F. Grayscale: #5D5D5D. Windows color (decimal): -3468352 or 12587979. OLE color: 12587979.
HSL color Cylindrical-coordinate representation of color #CB13C0: hue angle of 303.59º 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 #CB13C0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 192 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.20 |
| HSL | 303.59º | 0.83% | 0.44% | - |
| HSV(B) | 303.59º | 0.91% | 0.8% | - |
| XYZ | 34.38 | 16.97 | 51.33 | - |
| YUV | 93.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 192 | 0 | 0.91 | 0.05 | 0.20 | 303.59 | 0.83 | 0.44 |
| Hex | CB | 13 | C0 | 0 | 5B | 5 | 14 | 130 | 53 | 2C |
| Octal | 313 | 23 | 300 | 0 | 133 | 5 | 24 | 460 | 123 | 54 |
| Binary | 11001011 | 10011 | 11000000 | 0 | 1011011 | 101 | 10100 | 100110000 | 1010011 | 101100 |
Color Harmonies of #CB13C0
Complementary color
Monochromatic Colors of #CB13C0
Black with #CB13C0
Text Example
Text Example
White with #CB13C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13C0; }
p { color: rgb(203,19,192); }
H1.HeaderClassName
{
color: #CB13C0;
}
.AnyTagClassName
{
color: #CB13C0;
}
</style>
background-color css
<style>
a { background-color: #CB13C0; }
a { background-color: rgb(203,19,192); }
div.DivClassName
{
background-color: #CB13C0;
}
.BgClassName
{
background-color: #CB13C0;
}
</style>
border-color css
<style>
span { border-color: #CB13C0; }
span { border-color: rgb(203,19,192); }
td.TdClassName
{
border-color: #CB13C0;
}
.TagClassName
{
border-color: #CB13C0;
}
</style>