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