Shades of Deep Magenta #C00FAC
Tints of Deep Magenta #C00FAC
RGB
CMYK
RGB Variations
Color information
#C00FAC (or 0xC00FAC) is known color: Deep Magenta. HEX triplet: C0, 0F and AC. RGB value is (192,15,172). Sum of RGB (Red+Green+Blue) = 192+15+172=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FAC is #3FF053. Grayscale: #555555. Windows color (decimal): -4190292 or 11276224. OLE color: 11276224.
HSL color Cylindrical-coordinate representation of color #C00FAC: hue angle of 306.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00FAC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.78º | 0.86% | 0.41% | - |
| HSV(B) | 306.78º | 0.92% | 0.75% | - |
| XYZ | 29.36 | 14.53 | 40.29 | - |
| YUV | 85.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 172 | 0 | 0.92 | 0.10 | 0.25 | 306.78 | 0.86 | 0.41 |
| Hex | C0 | F | AC | 0 | 5C | A | 19 | 133 | 56 | 29 |
| Octal | 300 | 17 | 254 | 0 | 134 | 12 | 31 | 463 | 126 | 51 |
| Binary | 11000000 | 1111 | 10101100 | 0 | 1011100 | 1010 | 11001 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C00FAC
Complementary color
Monochromatic Colors of #C00FAC
Black with #C00FAC
Text Example
Text Example
White with #C00FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FAC; }
p { color: rgb(192,15,172); }
H1.HeaderClassName
{
color: #C00FAC;
}
.AnyTagClassName
{
color: #C00FAC;
}
</style>
background-color css
<style>
a { background-color: #C00FAC; }
a { background-color: rgb(192,15,172); }
div.DivClassName
{
background-color: #C00FAC;
}
.BgClassName
{
background-color: #C00FAC;
}
</style>
border-color css
<style>
span { border-color: #C00FAC; }
span { border-color: rgb(192,15,172); }
td.TdClassName
{
border-color: #C00FAC;
}
.TagClassName
{
border-color: #C00FAC;
}
</style>