Shades of Deep Magenta #CB05B8
Tints of Deep Magenta #CB05B8
RGB
CMYK
RGB Variations
Color information
#CB05B8 (or 0xCB05B8) is known color: Deep Magenta. HEX triplet: CB, 05 and B8. RGB value is (203,5,184). Sum of RGB (Red+Green+Blue) = 203+5+184=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05B8 is #34FA47. Grayscale: #545454. Windows color (decimal): -3471944 or 12060107. OLE color: 12060107.
HSL color Cylindrical-coordinate representation of color #CB05B8: hue angle of 305.76º 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 #CB05B8 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 184 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.20 |
| HSL | 305.76º | 0.95% | 0.41% | - |
| HSV(B) | 305.76º | 0.98% | 0.8% | - |
| XYZ | 33.33 | 16.27 | 46.73 | - |
| YUV | 84.61 | 184.1 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 184 | 0 | 0.98 | 0.09 | 0.20 | 305.76 | 0.95 | 0.41 |
| Hex | CB | 5 | B8 | 0 | 62 | 9 | 14 | 132 | 5F | 29 |
| Octal | 313 | 5 | 270 | 0 | 142 | 11 | 24 | 462 | 137 | 51 |
| Binary | 11001011 | 101 | 10111000 | 0 | 1100010 | 1001 | 10100 | 100110010 | 1011111 | 101001 |
Color Harmonies of #CB05B8
Complementary color
Monochromatic Colors of #CB05B8
Black with #CB05B8
Text Example
Text Example
White with #CB05B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05B8; }
p { color: rgb(203,5,184); }
H1.HeaderClassName
{
color: #CB05B8;
}
.AnyTagClassName
{
color: #CB05B8;
}
</style>
background-color css
<style>
a { background-color: #CB05B8; }
a { background-color: rgb(203,5,184); }
div.DivClassName
{
background-color: #CB05B8;
}
.BgClassName
{
background-color: #CB05B8;
}
</style>
border-color css
<style>
span { border-color: #CB05B8; }
span { border-color: rgb(203,5,184); }
td.TdClassName
{
border-color: #CB05B8;
}
.TagClassName
{
border-color: #CB05B8;
}
</style>