Shades of Deep Magenta #CB04AF
Tints of Deep Magenta #CB04AF
RGB
CMYK
RGB Variations
Color information
#CB04AF (or 0xCB04AF) is known color: Deep Magenta. HEX triplet: CB, 04 and AF. RGB value is (203,4,175). Sum of RGB (Red+Green+Blue) = 203+4+175=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB04AF is #34FB50. Grayscale: #525252. Windows color (decimal): -3472209 or 11470027. OLE color: 11470027.
HSL color Cylindrical-coordinate representation of color #CB04AF: hue angle of 308.44º 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 #CB04AF is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.20 |
| HSL | 308.44º | 0.96% | 0.41% | - |
| HSV(B) | 308.44º | 0.98% | 0.8% | - |
| XYZ | 32.41 | 15.88 | 41.91 | - |
| YUV | 83 | 179.93 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 175 | 0 | 0.98 | 0.14 | 0.20 | 308.44 | 0.96 | 0.41 |
| Hex | CB | 4 | AF | 0 | 62 | E | 14 | 134 | 60 | 29 |
| Octal | 313 | 4 | 257 | 0 | 142 | 16 | 24 | 464 | 140 | 51 |
| Binary | 11001011 | 100 | 10101111 | 0 | 1100010 | 1110 | 10100 | 100110100 | 1100000 | 101001 |
Color Harmonies of #CB04AF
Complementary color
Monochromatic Colors of #CB04AF
Black with #CB04AF
Text Example
Text Example
White with #CB04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04AF; }
p { color: rgb(203,4,175); }
H1.HeaderClassName
{
color: #CB04AF;
}
.AnyTagClassName
{
color: #CB04AF;
}
</style>
background-color css
<style>
a { background-color: #CB04AF; }
a { background-color: rgb(203,4,175); }
div.DivClassName
{
background-color: #CB04AF;
}
.BgClassName
{
background-color: #CB04AF;
}
</style>
border-color css
<style>
span { border-color: #CB04AF; }
span { border-color: rgb(203,4,175); }
td.TdClassName
{
border-color: #CB04AF;
}
.TagClassName
{
border-color: #CB04AF;
}
</style>