Shades of Deep Magenta #C12ACE
Tints of Deep Magenta #C12ACE
RGB
CMYK
RGB Variations
Color information
#C12ACE (or 0xC12ACE) is known color: Deep Magenta. HEX triplet: C1, 2A and CE. RGB value is (193,42,206). Sum of RGB (Red+Green+Blue) = 193+42+206=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ACE is #3ED531. Grayscale: #696969. Windows color (decimal): -4117810 or 13511361. OLE color: 13511361.
HSL color Cylindrical-coordinate representation of color #C12ACE: hue angle of 295.24º 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 #C12ACE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 42 | 206 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.19 |
| HSL | 295.24º | 0.66% | 0.49% | - |
| HSV(B) | 295.24º | 0.8% | 0.81% | - |
| XYZ | 33.96 | 17.45 | 59.97 | - |
| YUV | 105.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 206 | 0.06 | 0.80 | 0 | 0.19 | 295.24 | 0.66 | 0.49 |
| Hex | C1 | 2A | CE | 6 | 50 | 0 | 13 | 127 | 42 | 31 |
| Octal | 301 | 52 | 316 | 6 | 120 | 0 | 23 | 447 | 102 | 61 |
| Binary | 11000001 | 101010 | 11001110 | 110 | 1010000 | 0 | 10011 | 100100111 | 1000010 | 110001 |
Color Harmonies of #C12ACE
Complementary color
Monochromatic Colors of #C12ACE
Black with #C12ACE
Text Example
Text Example
White with #C12ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ACE; }
p { color: rgb(193,42,206); }
H1.HeaderClassName
{
color: #C12ACE;
}
.AnyTagClassName
{
color: #C12ACE;
}
</style>
background-color css
<style>
a { background-color: #C12ACE; }
a { background-color: rgb(193,42,206); }
div.DivClassName
{
background-color: #C12ACE;
}
.BgClassName
{
background-color: #C12ACE;
}
</style>
border-color css
<style>
span { border-color: #C12ACE; }
span { border-color: rgb(193,42,206); }
td.TdClassName
{
border-color: #C12ACE;
}
.TagClassName
{
border-color: #C12ACE;
}
</style>