Shades of Deep Magenta #C00FAF
Tints of Deep Magenta #C00FAF
RGB
CMYK
RGB Variations
Color information
#C00FAF (or 0xC00FAF) is known color: Deep Magenta. HEX triplet: C0, 0F and AF. RGB value is (192,15,175). Sum of RGB (Red+Green+Blue) = 192+15+175=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FAF is #3FF050. Grayscale: #555555. Windows color (decimal): -4190289 or 11472832. OLE color: 11472832.
HSL color Cylindrical-coordinate representation of color #C00FAF: hue angle of 305.76º 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 #C00FAF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 175 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.25 |
| HSL | 305.76º | 0.86% | 0.41% | - |
| HSV(B) | 305.76º | 0.92% | 0.75% | - |
| XYZ | 29.65 | 14.64 | 41.82 | - |
| YUV | 86.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 175 | 0 | 0.92 | 0.09 | 0.25 | 305.76 | 0.86 | 0.41 |
| Hex | C0 | F | AF | 0 | 5C | 9 | 19 | 132 | 56 | 29 |
| Octal | 300 | 17 | 257 | 0 | 134 | 11 | 31 | 462 | 126 | 51 |
| Binary | 11000000 | 1111 | 10101111 | 0 | 1011100 | 1001 | 11001 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C00FAF
Complementary color
Monochromatic Colors of #C00FAF
Black with #C00FAF
Text Example
Text Example
White with #C00FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FAF; }
p { color: rgb(192,15,175); }
H1.HeaderClassName
{
color: #C00FAF;
}
.AnyTagClassName
{
color: #C00FAF;
}
</style>
background-color css
<style>
a { background-color: #C00FAF; }
a { background-color: rgb(192,15,175); }
div.DivClassName
{
background-color: #C00FAF;
}
.BgClassName
{
background-color: #C00FAF;
}
</style>
border-color css
<style>
span { border-color: #C00FAF; }
span { border-color: rgb(192,15,175); }
td.TdClassName
{
border-color: #C00FAF;
}
.TagClassName
{
border-color: #C00FAF;
}
</style>