Shades of Deep Magenta #CB05AF
Tints of Deep Magenta #CB05AF
RGB
CMYK
RGB Variations
Color information
#CB05AF (or 0xCB05AF) is known color: Deep Magenta. HEX triplet: CB, 05 and AF. RGB value is (203,5,175). Sum of RGB (Red+Green+Blue) = 203+5+175=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB05AF is #34FA50. Grayscale: #535353. Windows color (decimal): -3471953 or 11470283. OLE color: 11470283.
HSL color Cylindrical-coordinate representation of color #CB05AF: hue angle of 308.48º 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 #CB05AF is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.20 |
| HSL | 308.48º | 0.95% | 0.41% | - |
| HSV(B) | 308.48º | 0.98% | 0.8% | - |
| XYZ | 32.42 | 15.9 | 41.92 | - |
| YUV | 83.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 175 | 0 | 0.98 | 0.14 | 0.20 | 308.48 | 0.95 | 0.41 |
| Hex | CB | 5 | AF | 0 | 62 | E | 14 | 134 | 5F | 29 |
| Octal | 313 | 5 | 257 | 0 | 142 | 16 | 24 | 464 | 137 | 51 |
| Binary | 11001011 | 101 | 10101111 | 0 | 1100010 | 1110 | 10100 | 100110100 | 1011111 | 101001 |
Color Harmonies of #CB05AF
Complementary color
Monochromatic Colors of #CB05AF
Black with #CB05AF
Text Example
Text Example
White with #CB05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05AF; }
p { color: rgb(203,5,175); }
H1.HeaderClassName
{
color: #CB05AF;
}
.AnyTagClassName
{
color: #CB05AF;
}
</style>
background-color css
<style>
a { background-color: #CB05AF; }
a { background-color: rgb(203,5,175); }
div.DivClassName
{
background-color: #CB05AF;
}
.BgClassName
{
background-color: #CB05AF;
}
</style>
border-color css
<style>
span { border-color: #CB05AF; }
span { border-color: rgb(203,5,175); }
td.TdClassName
{
border-color: #CB05AF;
}
.TagClassName
{
border-color: #CB05AF;
}
</style>