Shades of Deep Magenta #CB04C0
Tints of Deep Magenta #CB04C0
RGB
CMYK
RGB Variations
Color information
#CB04C0 (or 0xCB04C0) is known color: Deep Magenta. HEX triplet: CB, 04 and C0. RGB value is (203,4,192). Sum of RGB (Red+Green+Blue) = 203+4+192=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04C0 is #34FB3F. Grayscale: #545454. Windows color (decimal): -3472192 or 12584139. OLE color: 12584139.
HSL color Cylindrical-coordinate representation of color #CB04C0: hue angle of 303.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04C0 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.20 |
| HSL | 303.32º | 0.96% | 0.41% | - |
| HSV(B) | 303.32º | 0.98% | 0.8% | - |
| XYZ | 34.19 | 16.59 | 51.27 | - |
| YUV | 84.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 192 | 0 | 0.98 | 0.05 | 0.20 | 303.32 | 0.96 | 0.41 |
| Hex | CB | 4 | C0 | 0 | 62 | 5 | 14 | 12F | 60 | 29 |
| Octal | 313 | 4 | 300 | 0 | 142 | 5 | 24 | 457 | 140 | 51 |
| Binary | 11001011 | 100 | 11000000 | 0 | 1100010 | 101 | 10100 | 100101111 | 1100000 | 101001 |
Color Harmonies of #CB04C0
Complementary color
Monochromatic Colors of #CB04C0
Black with #CB04C0
Text Example
Text Example
White with #CB04C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04C0; }
p { color: rgb(203,4,192); }
H1.HeaderClassName
{
color: #CB04C0;
}
.AnyTagClassName
{
color: #CB04C0;
}
</style>
background-color css
<style>
a { background-color: #CB04C0; }
a { background-color: rgb(203,4,192); }
div.DivClassName
{
background-color: #CB04C0;
}
.BgClassName
{
background-color: #CB04C0;
}
</style>
border-color css
<style>
span { border-color: #CB04C0; }
span { border-color: rgb(203,4,192); }
td.TdClassName
{
border-color: #CB04C0;
}
.TagClassName
{
border-color: #CB04C0;
}
</style>