Shades of Deep Magenta #C00FAD
Tints of Deep Magenta #C00FAD
RGB
CMYK
RGB Variations
Color information
#C00FAD (or 0xC00FAD) is known color: Deep Magenta. HEX triplet: C0, 0F and AD. RGB value is (192,15,173). Sum of RGB (Red+Green+Blue) = 192+15+173=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FAD is #3FF052. Grayscale: #555555. Windows color (decimal): -4190291 or 11341760. OLE color: 11341760.
HSL color Cylindrical-coordinate representation of color #C00FAD: hue angle of 306.44º 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 #C00FAD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 173 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.44º | 0.86% | 0.41% | - |
| HSV(B) | 306.44º | 0.92% | 0.75% | - |
| XYZ | 29.45 | 14.57 | 40.79 | - |
| YUV | 85.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 173 | 0 | 0.92 | 0.10 | 0.25 | 306.44 | 0.86 | 0.41 |
| Hex | C0 | F | AD | 0 | 5C | A | 19 | 132 | 56 | 29 |
| Octal | 300 | 17 | 255 | 0 | 134 | 12 | 31 | 462 | 126 | 51 |
| Binary | 11000000 | 1111 | 10101101 | 0 | 1011100 | 1010 | 11001 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C00FAD
Complementary color
Monochromatic Colors of #C00FAD
Black with #C00FAD
Text Example
Text Example
White with #C00FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FAD; }
p { color: rgb(192,15,173); }
H1.HeaderClassName
{
color: #C00FAD;
}
.AnyTagClassName
{
color: #C00FAD;
}
</style>
background-color css
<style>
a { background-color: #C00FAD; }
a { background-color: rgb(192,15,173); }
div.DivClassName
{
background-color: #C00FAD;
}
.BgClassName
{
background-color: #C00FAD;
}
</style>
border-color css
<style>
span { border-color: #C00FAD; }
span { border-color: rgb(192,15,173); }
td.TdClassName
{
border-color: #C00FAD;
}
.TagClassName
{
border-color: #C00FAD;
}
</style>