Shades of Deep Magenta #CB03AD
Tints of Deep Magenta #CB03AD
RGB
CMYK
RGB Variations
Color information
#CB03AD (or 0xCB03AD) is known color: Deep Magenta. HEX triplet: CB, 03 and AD. RGB value is (203,3,173). Sum of RGB (Red+Green+Blue) = 203+3+173=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB03AD is #34FC52. Grayscale: #515151. Windows color (decimal): -3472467 or 11338699. OLE color: 11338699.
HSL color Cylindrical-coordinate representation of color #CB03AD: hue angle of 309º 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 #CB03AD is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.20 |
| HSL | 309º | 0.97% | 0.4% | - |
| HSV(B) | 309º | 0.99% | 0.8% | - |
| XYZ | 32.2 | 15.78 | 40.88 | - |
| YUV | 82.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 173 | 0 | 0.99 | 0.15 | 0.20 | 309 | 0.97 | 0.4 |
| Hex | CB | 3 | AD | 0 | 63 | F | 14 | 135 | 61 | 28 |
| Octal | 313 | 3 | 255 | 0 | 143 | 17 | 24 | 465 | 141 | 50 |
| Binary | 11001011 | 11 | 10101101 | 0 | 1100011 | 1111 | 10100 | 100110101 | 1100001 | 101000 |
Color Harmonies of #CB03AD
Complementary color
Monochromatic Colors of #CB03AD
Black with #CB03AD
Text Example
Text Example
White with #CB03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03AD; }
p { color: rgb(203,3,173); }
H1.HeaderClassName
{
color: #CB03AD;
}
.AnyTagClassName
{
color: #CB03AD;
}
</style>
background-color css
<style>
a { background-color: #CB03AD; }
a { background-color: rgb(203,3,173); }
div.DivClassName
{
background-color: #CB03AD;
}
.BgClassName
{
background-color: #CB03AD;
}
</style>
border-color css
<style>
span { border-color: #CB03AD; }
span { border-color: rgb(203,3,173); }
td.TdClassName
{
border-color: #CB03AD;
}
.TagClassName
{
border-color: #CB03AD;
}
</style>