Shades of Deep Magenta #CB03AF
Tints of Deep Magenta #CB03AF
RGB
CMYK
RGB Variations
Color information
#CB03AF (or 0xCB03AF) is known color: Deep Magenta. HEX triplet: CB, 03 and AF. RGB value is (203,3,175). Sum of RGB (Red+Green+Blue) = 203+3+175=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB03AF is #34FC50. Grayscale: #515151. Windows color (decimal): -3472465 or 11469771. OLE color: 11469771.
HSL color Cylindrical-coordinate representation of color #CB03AF: hue angle of 308.4º degrees, saturation: 0.97, 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 #CB03AF is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.20 |
| HSL | 308.4º | 0.97% | 0.4% | - |
| HSV(B) | 308.4º | 0.99% | 0.8% | - |
| XYZ | 32.4 | 15.86 | 41.91 | - |
| YUV | 82.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 175 | 0 | 0.99 | 0.14 | 0.20 | 308.4 | 0.97 | 0.4 |
| Hex | CB | 3 | AF | 0 | 63 | E | 14 | 134 | 61 | 28 |
| Octal | 313 | 3 | 257 | 0 | 143 | 16 | 24 | 464 | 141 | 50 |
| Binary | 11001011 | 11 | 10101111 | 0 | 1100011 | 1110 | 10100 | 100110100 | 1100001 | 101000 |
Color Harmonies of #CB03AF
Complementary color
Monochromatic Colors of #CB03AF
Black with #CB03AF
Text Example
Text Example
White with #CB03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03AF; }
p { color: rgb(203,3,175); }
H1.HeaderClassName
{
color: #CB03AF;
}
.AnyTagClassName
{
color: #CB03AF;
}
</style>
background-color css
<style>
a { background-color: #CB03AF; }
a { background-color: rgb(203,3,175); }
div.DivClassName
{
background-color: #CB03AF;
}
.BgClassName
{
background-color: #CB03AF;
}
</style>
border-color css
<style>
span { border-color: #CB03AF; }
span { border-color: rgb(203,3,175); }
td.TdClassName
{
border-color: #CB03AF;
}
.TagClassName
{
border-color: #CB03AF;
}
</style>