Shades of Deep Magenta #C00AC5
Tints of Deep Magenta #C00AC5
RGB
CMYK
RGB Variations
Color information
#C00AC5 (or 0xC00AC5) is known color: Deep Magenta. HEX triplet: C0, 0A and C5. RGB value is (192,10,197). Sum of RGB (Red+Green+Blue) = 192+10+197=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #C00AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AC5 is #3FF53A. Grayscale: #555555. Windows color (decimal): -4191547 or 12913344. OLE color: 12913344.
HSL color Cylindrical-coordinate representation of color #C00AC5: hue angle of 298.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AC5 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 10 | 197 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.23 |
| HSL | 298.4º | 0.9% | 0.41% | - |
| HSV(B) | 298.4º | 0.95% | 0.77% | - |
| XYZ | 31.92 | 15.45 | 54.12 | - |
| YUV | 85.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 197 | 0.03 | 0.95 | 0 | 0.23 | 298.4 | 0.9 | 0.41 |
| Hex | C0 | A | C5 | 3 | 5F | 0 | 17 | 12A | 5A | 29 |
| Octal | 300 | 12 | 305 | 3 | 137 | 0 | 27 | 452 | 132 | 51 |
| Binary | 11000000 | 1010 | 11000101 | 11 | 1011111 | 0 | 10111 | 100101010 | 1011010 | 101001 |
Color Harmonies of #C00AC5
Complementary color
Monochromatic Colors of #C00AC5
Black with #C00AC5
Text Example
Text Example
White with #C00AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AC5; }
p { color: rgb(192,10,197); }
H1.HeaderClassName
{
color: #C00AC5;
}
.AnyTagClassName
{
color: #C00AC5;
}
</style>
background-color css
<style>
a { background-color: #C00AC5; }
a { background-color: rgb(192,10,197); }
div.DivClassName
{
background-color: #C00AC5;
}
.BgClassName
{
background-color: #C00AC5;
}
</style>
border-color css
<style>
span { border-color: #C00AC5; }
span { border-color: rgb(192,10,197); }
td.TdClassName
{
border-color: #C00AC5;
}
.TagClassName
{
border-color: #C00AC5;
}
</style>