Shades of Deep Magenta #C02ACE
Tints of Deep Magenta #C02ACE
RGB
CMYK
RGB Variations
Color information
#C02ACE (or 0xC02ACE) is known color: Deep Magenta. HEX triplet: C0, 2A and CE. RGB value is (192,42,206). Sum of RGB (Red+Green+Blue) = 192+42+206=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #C02ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ACE is #3FD531. Grayscale: #696969. Windows color (decimal): -4183346 or 13511360. OLE color: 13511360.
HSL color Cylindrical-coordinate representation of color #C02ACE: hue angle of 294.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02ACE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 42 | 206 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.19 |
| HSL | 294.88º | 0.66% | 0.49% | - |
| HSV(B) | 294.88º | 0.8% | 0.81% | - |
| XYZ | 33.71 | 17.32 | 59.96 | - |
| YUV | 105.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 206 | 0.07 | 0.80 | 0 | 0.19 | 294.88 | 0.66 | 0.49 |
| Hex | C0 | 2A | CE | 7 | 50 | 0 | 13 | 127 | 42 | 31 |
| Octal | 300 | 52 | 316 | 7 | 120 | 0 | 23 | 447 | 102 | 61 |
| Binary | 11000000 | 101010 | 11001110 | 111 | 1010000 | 0 | 10011 | 100100111 | 1000010 | 110001 |
Color Harmonies of #C02ACE
Complementary color
Monochromatic Colors of #C02ACE
Black with #C02ACE
Text Example
Text Example
White with #C02ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ACE; }
p { color: rgb(192,42,206); }
H1.HeaderClassName
{
color: #C02ACE;
}
.AnyTagClassName
{
color: #C02ACE;
}
</style>
background-color css
<style>
a { background-color: #C02ACE; }
a { background-color: rgb(192,42,206); }
div.DivClassName
{
background-color: #C02ACE;
}
.BgClassName
{
background-color: #C02ACE;
}
</style>
border-color css
<style>
span { border-color: #C02ACE; }
span { border-color: rgb(192,42,206); }
td.TdClassName
{
border-color: #C02ACE;
}
.TagClassName
{
border-color: #C02ACE;
}
</style>