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