Shades of Deep Magenta #CB03C8
Tints of Deep Magenta #CB03C8
RGB
CMYK
RGB Variations
Color information
#CB03C8 (or 0xCB03C8) is known color: Deep Magenta. HEX triplet: CB, 03 and C8. RGB value is (203,3,200). Sum of RGB (Red+Green+Blue) = 203+3+200=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03C8 is #34FC37. Grayscale: #545454. Windows color (decimal): -3472440 or 13108171. OLE color: 13108171.
HSL color Cylindrical-coordinate representation of color #CB03C8: hue angle of 300.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03C8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 200 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.20 |
| HSL | 300.9º | 0.97% | 0.4% | - |
| HSV(B) | 300.9º | 0.99% | 0.8% | - |
| XYZ | 35.09 | 16.93 | 56.06 | - |
| YUV | 85.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 200 | 0 | 0.99 | 0.01 | 0.20 | 300.9 | 0.97 | 0.4 |
| Hex | CB | 3 | C8 | 0 | 63 | 1 | 14 | 12D | 61 | 28 |
| Octal | 313 | 3 | 310 | 0 | 143 | 1 | 24 | 455 | 141 | 50 |
| Binary | 11001011 | 11 | 11001000 | 0 | 1100011 | 1 | 10100 | 100101101 | 1100001 | 101000 |
Color Harmonies of #CB03C8
Complementary color
Monochromatic Colors of #CB03C8
Black with #CB03C8
Text Example
Text Example
White with #CB03C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03C8; }
p { color: rgb(203,3,200); }
H1.HeaderClassName
{
color: #CB03C8;
}
.AnyTagClassName
{
color: #CB03C8;
}
</style>
background-color css
<style>
a { background-color: #CB03C8; }
a { background-color: rgb(203,3,200); }
div.DivClassName
{
background-color: #CB03C8;
}
.BgClassName
{
background-color: #CB03C8;
}
</style>
border-color css
<style>
span { border-color: #CB03C8; }
span { border-color: rgb(203,3,200); }
td.TdClassName
{
border-color: #CB03C8;
}
.TagClassName
{
border-color: #CB03C8;
}
</style>