Shades of Deep Magenta #C01ABC
Tints of Deep Magenta #C01ABC
RGB
CMYK
RGB Variations
Color information
#C01ABC (or 0xC01ABC) is known color: Deep Magenta. HEX triplet: C0, 1A and BC. RGB value is (192,26,188). Sum of RGB (Red+Green+Blue) = 192+26+188=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C01ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ABC is #3FE543. Grayscale: #5D5D5D. Windows color (decimal): -4187460 or 12327616. OLE color: 12327616.
HSL color Cylindrical-coordinate representation of color #C01ABC: hue angle of 301.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01ABC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 188 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.25 |
| HSL | 301.45º | 0.76% | 0.43% | - |
| HSV(B) | 301.45º | 0.86% | 0.75% | - |
| XYZ | 31.18 | 15.58 | 48.94 | - |
| YUV | 94.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 188 | 0 | 0.86 | 0.02 | 0.25 | 301.45 | 0.76 | 0.43 |
| Hex | C0 | 1A | BC | 0 | 56 | 2 | 19 | 12D | 4C | 2B |
| Octal | 300 | 32 | 274 | 0 | 126 | 2 | 31 | 455 | 114 | 53 |
| Binary | 11000000 | 11010 | 10111100 | 0 | 1010110 | 10 | 11001 | 100101101 | 1001100 | 101011 |
Color Harmonies of #C01ABC
Complementary color
Monochromatic Colors of #C01ABC
Black with #C01ABC
Text Example
Text Example
White with #C01ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01ABC; }
p { color: rgb(192,26,188); }
H1.HeaderClassName
{
color: #C01ABC;
}
.AnyTagClassName
{
color: #C01ABC;
}
</style>
background-color css
<style>
a { background-color: #C01ABC; }
a { background-color: rgb(192,26,188); }
div.DivClassName
{
background-color: #C01ABC;
}
.BgClassName
{
background-color: #C01ABC;
}
</style>
border-color css
<style>
span { border-color: #C01ABC; }
span { border-color: rgb(192,26,188); }
td.TdClassName
{
border-color: #C01ABC;
}
.TagClassName
{
border-color: #C01ABC;
}
</style>