Shades of Deep Magenta #CB00AF
Tints of Deep Magenta #CB00AF
RGB
CMYK
RGB Variations
Color information
#CB00AF (or 0xCB00AF) is known color: Deep Magenta. HEX triplet: CB, 00 and AF. RGB value is (203,0,175). Sum of RGB (Red+Green+Blue) = 203+0+175=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00AF is #34FF50. Grayscale: #505050. Windows color (decimal): -3473233 or 11469003. OLE color: 11469003.
HSL color Cylindrical-coordinate representation of color #CB00AF: hue angle of 308.28º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00AF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.14 | 0.20 |
| HSL | 308.28º | 1% | 0.4% | - |
| HSV(B) | 308.28º | 1% | 0.8% | - |
| XYZ | 32.37 | 15.79 | 41.9 | - |
| YUV | 80.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 175 | 0 | 1 | 0.14 | 0.20 | 308.28 | 1 | 0.4 |
| Hex | CB | 0 | AF | 0 | 64 | E | 14 | 134 | 64 | 28 |
| Octal | 313 | 0 | 257 | 0 | 144 | 16 | 24 | 464 | 144 | 50 |
| Binary | 11001011 | 0 | 10101111 | 0 | 1100100 | 1110 | 10100 | 100110100 | 1100100 | 101000 |
Color Harmonies of #CB00AF
Complementary color
Monochromatic Colors of #CB00AF
Black with #CB00AF
Text Example
Text Example
White with #CB00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00AF; }
p { color: rgb(203,0,175); }
H1.HeaderClassName
{
color: #CB00AF;
}
.AnyTagClassName
{
color: #CB00AF;
}
</style>
background-color css
<style>
a { background-color: #CB00AF; }
a { background-color: rgb(203,0,175); }
div.DivClassName
{
background-color: #CB00AF;
}
.BgClassName
{
background-color: #CB00AF;
}
</style>
border-color css
<style>
span { border-color: #CB00AF; }
span { border-color: rgb(203,0,175); }
td.TdClassName
{
border-color: #CB00AF;
}
.TagClassName
{
border-color: #CB00AF;
}
</style>