Shades of Deep Magenta #C00AC2
Tints of Deep Magenta #C00AC2
RGB
CMYK
RGB Variations
Color information
#C00AC2 (or 0xC00AC2) is known color: Deep Magenta. HEX triplet: C0, 0A and C2. RGB value is (192,10,194). Sum of RGB (Red+Green+Blue) = 192+10+194=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #C00AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AC2 is #3FF53D. Grayscale: #545454. Windows color (decimal): -4191550 or 12716736. OLE color: 12716736.
HSL color Cylindrical-coordinate representation of color #C00AC2: hue angle of 299.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AC2 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 10 | 194 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.24 |
| HSL | 299.35º | 0.9% | 0.4% | - |
| HSV(B) | 299.35º | 0.95% | 0.76% | - |
| XYZ | 31.58 | 15.32 | 52.33 | - |
| YUV | 85.39 | 189.3 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 194 | 0.01 | 0.95 | 0 | 0.24 | 299.35 | 0.9 | 0.4 |
| Hex | C0 | A | C2 | 1 | 5F | 0 | 18 | 12B | 5A | 28 |
| Octal | 300 | 12 | 302 | 1 | 137 | 0 | 30 | 453 | 132 | 50 |
| Binary | 11000000 | 1010 | 11000010 | 1 | 1011111 | 0 | 11000 | 100101011 | 1011010 | 101000 |
Color Harmonies of #C00AC2
Complementary color
Monochromatic Colors of #C00AC2
Black with #C00AC2
Text Example
Text Example
White with #C00AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AC2; }
p { color: rgb(192,10,194); }
H1.HeaderClassName
{
color: #C00AC2;
}
.AnyTagClassName
{
color: #C00AC2;
}
</style>
background-color css
<style>
a { background-color: #C00AC2; }
a { background-color: rgb(192,10,194); }
div.DivClassName
{
background-color: #C00AC2;
}
.BgClassName
{
background-color: #C00AC2;
}
</style>
border-color css
<style>
span { border-color: #C00AC2; }
span { border-color: rgb(192,10,194); }
td.TdClassName
{
border-color: #C00AC2;
}
.TagClassName
{
border-color: #C00AC2;
}
</style>