Shades of Deep Magenta #CB05BA
Tints of Deep Magenta #CB05BA
RGB
CMYK
RGB Variations
Color information
#CB05BA (or 0xCB05BA) is known color: Deep Magenta. HEX triplet: CB, 05 and BA. RGB value is (203,5,186). Sum of RGB (Red+Green+Blue) = 203+5+186=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05BA is #34FA45. Grayscale: #545454. Windows color (decimal): -3471942 or 12191179. OLE color: 12191179.
HSL color Cylindrical-coordinate representation of color #CB05BA: hue angle of 305.15º degrees, saturation: 0.95, 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 #CB05BA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.20 |
| HSL | 305.15º | 0.95% | 0.41% | - |
| HSV(B) | 305.15º | 0.98% | 0.8% | - |
| XYZ | 33.55 | 16.35 | 47.84 | - |
| YUV | 84.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 186 | 0 | 0.98 | 0.08 | 0.20 | 305.15 | 0.95 | 0.41 |
| Hex | CB | 5 | BA | 0 | 62 | 8 | 14 | 131 | 5F | 29 |
| Octal | 313 | 5 | 272 | 0 | 142 | 10 | 24 | 461 | 137 | 51 |
| Binary | 11001011 | 101 | 10111010 | 0 | 1100010 | 1000 | 10100 | 100110001 | 1011111 | 101001 |
Color Harmonies of #CB05BA
Complementary color
Monochromatic Colors of #CB05BA
Black with #CB05BA
Text Example
Text Example
White with #CB05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05BA; }
p { color: rgb(203,5,186); }
H1.HeaderClassName
{
color: #CB05BA;
}
.AnyTagClassName
{
color: #CB05BA;
}
</style>
background-color css
<style>
a { background-color: #CB05BA; }
a { background-color: rgb(203,5,186); }
div.DivClassName
{
background-color: #CB05BA;
}
.BgClassName
{
background-color: #CB05BA;
}
</style>
border-color css
<style>
span { border-color: #CB05BA; }
span { border-color: rgb(203,5,186); }
td.TdClassName
{
border-color: #CB05BA;
}
.TagClassName
{
border-color: #CB05BA;
}
</style>