Shades of Deep Magenta #CB02AF
Tints of Deep Magenta #CB02AF
RGB
CMYK
RGB Variations
Color information
#CB02AF (or 0xCB02AF) is known color: Deep Magenta. HEX triplet: CB, 02 and AF. RGB value is (203,2,175). Sum of RGB (Red+Green+Blue) = 203+2+175=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB02AF is #34FD50. Grayscale: #515151. Windows color (decimal): -3472721 or 11469515. OLE color: 11469515.
HSL color Cylindrical-coordinate representation of color #CB02AF: hue angle of 308.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02AF is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.20 |
| HSL | 308.36º | 0.98% | 0.4% | - |
| HSV(B) | 308.36º | 0.99% | 0.8% | - |
| XYZ | 32.39 | 15.84 | 41.91 | - |
| YUV | 81.82 | 180.59 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 175 | 0 | 0.99 | 0.14 | 0.20 | 308.36 | 0.98 | 0.4 |
| Hex | CB | 2 | AF | 0 | 63 | E | 14 | 134 | 62 | 28 |
| Octal | 313 | 2 | 257 | 0 | 143 | 16 | 24 | 464 | 142 | 50 |
| Binary | 11001011 | 10 | 10101111 | 0 | 1100011 | 1110 | 10100 | 100110100 | 1100010 | 101000 |
Color Harmonies of #CB02AF
Complementary color
Monochromatic Colors of #CB02AF
Black with #CB02AF
Text Example
Text Example
White with #CB02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02AF; }
p { color: rgb(203,2,175); }
H1.HeaderClassName
{
color: #CB02AF;
}
.AnyTagClassName
{
color: #CB02AF;
}
</style>
background-color css
<style>
a { background-color: #CB02AF; }
a { background-color: rgb(203,2,175); }
div.DivClassName
{
background-color: #CB02AF;
}
.BgClassName
{
background-color: #CB02AF;
}
</style>
border-color css
<style>
span { border-color: #CB02AF; }
span { border-color: rgb(203,2,175); }
td.TdClassName
{
border-color: #CB02AF;
}
.TagClassName
{
border-color: #CB02AF;
}
</style>