Shades of Deep Magenta #CB13CB
Tints of Deep Magenta #CB13CB
RGB
CMYK
RGB Variations
Color information
#CB13CB (or 0xCB13CB) is known color: Deep Magenta. HEX triplet: CB, 13 and CB. RGB value is (203,19,203). Sum of RGB (Red+Green+Blue) = 203+19+203=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13CB is #34EC34. Grayscale: #5E5E5E. Windows color (decimal): -3468341 or 13308875. OLE color: 13308875.
HSL color Cylindrical-coordinate representation of color #CB13CB: hue angle of 300º 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 #CB13CB is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0 | 0.20 |
| HSL | 300º | 0.83% | 0.44% | - |
| HSV(B) | 300º | 0.91% | 0.8% | - |
| XYZ | 35.64 | 17.47 | 57.99 | - |
| YUV | 94.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 203 | 0 | 0.91 | 0 | 0.20 | 300 | 0.83 | 0.44 |
| Hex | CB | 13 | CB | 0 | 5B | 0 | 14 | 12C | 53 | 2C |
| Octal | 313 | 23 | 313 | 0 | 133 | 0 | 24 | 454 | 123 | 54 |
| Binary | 11001011 | 10011 | 11001011 | 0 | 1011011 | 0 | 10100 | 100101100 | 1010011 | 101100 |
Color Harmonies of #CB13CB
Complementary color
Monochromatic Colors of #CB13CB
Black with #CB13CB
Text Example
Text Example
White with #CB13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13CB; }
p { color: rgb(203,19,203); }
H1.HeaderClassName
{
color: #CB13CB;
}
.AnyTagClassName
{
color: #CB13CB;
}
</style>
background-color css
<style>
a { background-color: #CB13CB; }
a { background-color: rgb(203,19,203); }
div.DivClassName
{
background-color: #CB13CB;
}
.BgClassName
{
background-color: #CB13CB;
}
</style>
border-color css
<style>
span { border-color: #CB13CB; }
span { border-color: rgb(203,19,203); }
td.TdClassName
{
border-color: #CB13CB;
}
.TagClassName
{
border-color: #CB13CB;
}
</style>