Shades of Deep Magenta #CB0FAC
Tints of Deep Magenta #CB0FAC
RGB
CMYK
RGB Variations
Color information
#CB0FAC (or 0xCB0FAC) is known color: Deep Magenta. HEX triplet: CB, 0F and AC. RGB value is (203,15,172). Sum of RGB (Red+Green+Blue) = 203+15+172=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0FAC is #34F053. Grayscale: #585858. Windows color (decimal): -3469396 or 11276235. OLE color: 11276235.
HSL color Cylindrical-coordinate representation of color #CB0FAC: hue angle of 309.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FAC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 172 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.20 |
| HSL | 309.89º | 0.86% | 0.43% | - |
| HSV(B) | 309.89º | 0.93% | 0.8% | - |
| XYZ | 32.25 | 16.02 | 40.42 | - |
| YUV | 89.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 172 | 0 | 0.93 | 0.15 | 0.20 | 309.89 | 0.86 | 0.43 |
| Hex | CB | F | AC | 0 | 5D | F | 14 | 136 | 56 | 2B |
| Octal | 313 | 17 | 254 | 0 | 135 | 17 | 24 | 466 | 126 | 53 |
| Binary | 11001011 | 1111 | 10101100 | 0 | 1011101 | 1111 | 10100 | 100110110 | 1010110 | 101011 |
Color Harmonies of #CB0FAC
Complementary color
Monochromatic Colors of #CB0FAC
Black with #CB0FAC
Text Example
Text Example
White with #CB0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FAC; }
p { color: rgb(203,15,172); }
H1.HeaderClassName
{
color: #CB0FAC;
}
.AnyTagClassName
{
color: #CB0FAC;
}
</style>
background-color css
<style>
a { background-color: #CB0FAC; }
a { background-color: rgb(203,15,172); }
div.DivClassName
{
background-color: #CB0FAC;
}
.BgClassName
{
background-color: #CB0FAC;
}
</style>
border-color css
<style>
span { border-color: #CB0FAC; }
span { border-color: rgb(203,15,172); }
td.TdClassName
{
border-color: #CB0FAC;
}
.TagClassName
{
border-color: #CB0FAC;
}
</style>