Shades of Deep Magenta #C01CAC
Tints of Deep Magenta #C01CAC
RGB
CMYK
RGB Variations
Color information
#C01CAC (or 0xC01CAC) is known color: Deep Magenta. HEX triplet: C0, 1C and AC. RGB value is (192,28,172). Sum of RGB (Red+Green+Blue) = 192+28+172=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CAC is #3FE353. Grayscale: #5D5D5D. Windows color (decimal): -4186964 or 11279552. OLE color: 11279552.
HSL color Cylindrical-coordinate representation of color #C01CAC: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CAC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 172 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.25 |
| HSL | 307.32º | 0.75% | 0.43% | - |
| HSV(B) | 307.32º | 0.85% | 0.75% | - |
| XYZ | 29.6 | 15.02 | 40.37 | - |
| YUV | 93.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 172 | 0 | 0.85 | 0.10 | 0.25 | 307.32 | 0.75 | 0.43 |
| Hex | C0 | 1C | AC | 0 | 55 | A | 19 | 133 | 4B | 2B |
| Octal | 300 | 34 | 254 | 0 | 125 | 12 | 31 | 463 | 113 | 53 |
| Binary | 11000000 | 11100 | 10101100 | 0 | 1010101 | 1010 | 11001 | 100110011 | 1001011 | 101011 |
Color Harmonies of #C01CAC
Complementary color
Monochromatic Colors of #C01CAC
Black with #C01CAC
Text Example
Text Example
White with #C01CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CAC; }
p { color: rgb(192,28,172); }
H1.HeaderClassName
{
color: #C01CAC;
}
.AnyTagClassName
{
color: #C01CAC;
}
</style>
background-color css
<style>
a { background-color: #C01CAC; }
a { background-color: rgb(192,28,172); }
div.DivClassName
{
background-color: #C01CAC;
}
.BgClassName
{
background-color: #C01CAC;
}
</style>
border-color css
<style>
span { border-color: #C01CAC; }
span { border-color: rgb(192,28,172); }
td.TdClassName
{
border-color: #C01CAC;
}
.TagClassName
{
border-color: #C01CAC;
}
</style>