Shades of Deep Magenta #CB05AC
Tints of Deep Magenta #CB05AC
RGB
CMYK
RGB Variations
Color information
#CB05AC (or 0xCB05AC) is known color: Deep Magenta. HEX triplet: CB, 05 and AC. RGB value is (203,5,172). Sum of RGB (Red+Green+Blue) = 203+5+172=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB05AC is #34FA53. Grayscale: #525252. Windows color (decimal): -3471956 or 11273675. OLE color: 11273675.
HSL color Cylindrical-coordinate representation of color #CB05AC: hue angle of 309.39º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05AC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.20 |
| HSL | 309.39º | 0.95% | 0.41% | - |
| HSV(B) | 309.39º | 0.98% | 0.8% | - |
| XYZ | 32.13 | 15.78 | 40.38 | - |
| YUV | 83.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 172 | 0 | 0.98 | 0.15 | 0.20 | 309.39 | 0.95 | 0.41 |
| Hex | CB | 5 | AC | 0 | 62 | F | 14 | 135 | 5F | 29 |
| Octal | 313 | 5 | 254 | 0 | 142 | 17 | 24 | 465 | 137 | 51 |
| Binary | 11001011 | 101 | 10101100 | 0 | 1100010 | 1111 | 10100 | 100110101 | 1011111 | 101001 |
Color Harmonies of #CB05AC
Complementary color
Monochromatic Colors of #CB05AC
Black with #CB05AC
Text Example
Text Example
White with #CB05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05AC; }
p { color: rgb(203,5,172); }
H1.HeaderClassName
{
color: #CB05AC;
}
.AnyTagClassName
{
color: #CB05AC;
}
</style>
background-color css
<style>
a { background-color: #CB05AC; }
a { background-color: rgb(203,5,172); }
div.DivClassName
{
background-color: #CB05AC;
}
.BgClassName
{
background-color: #CB05AC;
}
</style>
border-color css
<style>
span { border-color: #CB05AC; }
span { border-color: rgb(203,5,172); }
td.TdClassName
{
border-color: #CB05AC;
}
.TagClassName
{
border-color: #CB05AC;
}
</style>