Shades of Deep Magenta #CB04BA
Tints of Deep Magenta #CB04BA
RGB
CMYK
RGB Variations
Color information
#CB04BA (or 0xCB04BA) is known color: Deep Magenta. HEX triplet: CB, 04 and BA. RGB value is (203,4,186). Sum of RGB (Red+Green+Blue) = 203+4+186=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04BA is #34FB45. Grayscale: #535353. Windows color (decimal): -3472198 or 12190923. OLE color: 12190923.
HSL color Cylindrical-coordinate representation of color #CB04BA: hue angle of 305.13º 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 #CB04BA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.20 |
| HSL | 305.13º | 0.96% | 0.41% | - |
| HSV(B) | 305.13º | 0.98% | 0.8% | - |
| XYZ | 33.53 | 16.33 | 47.84 | - |
| YUV | 84.25 | 185.43 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 186 | 0 | 0.98 | 0.08 | 0.20 | 305.13 | 0.96 | 0.41 |
| Hex | CB | 4 | BA | 0 | 62 | 8 | 14 | 131 | 60 | 29 |
| Octal | 313 | 4 | 272 | 0 | 142 | 10 | 24 | 461 | 140 | 51 |
| Binary | 11001011 | 100 | 10111010 | 0 | 1100010 | 1000 | 10100 | 100110001 | 1100000 | 101001 |
Color Harmonies of #CB04BA
Complementary color
Monochromatic Colors of #CB04BA
Black with #CB04BA
Text Example
Text Example
White with #CB04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04BA; }
p { color: rgb(203,4,186); }
H1.HeaderClassName
{
color: #CB04BA;
}
.AnyTagClassName
{
color: #CB04BA;
}
</style>
background-color css
<style>
a { background-color: #CB04BA; }
a { background-color: rgb(203,4,186); }
div.DivClassName
{
background-color: #CB04BA;
}
.BgClassName
{
background-color: #CB04BA;
}
</style>
border-color css
<style>
span { border-color: #CB04BA; }
span { border-color: rgb(203,4,186); }
td.TdClassName
{
border-color: #CB04BA;
}
.TagClassName
{
border-color: #CB04BA;
}
</style>