Shades of Deep Magenta #C72ACE
Tints of Deep Magenta #C72ACE
RGB
CMYK
RGB Variations
Color information
#C72ACE (or 0xC72ACE) is known color: Deep Magenta. HEX triplet: C7, 2A and CE. RGB value is (199,42,206). Sum of RGB (Red+Green+Blue) = 199+42+206=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACE is #38D531. Grayscale: #6B6B6B. Windows color (decimal): -3724594 or 13511367. OLE color: 13511367.
HSL color Cylindrical-coordinate representation of color #C72ACE: hue angle of 297.44º 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 #C72ACE is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 42 | 206 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.19 |
| HSL | 297.44º | 0.66% | 0.49% | - |
| HSV(B) | 297.44º | 0.8% | 0.81% | - |
| XYZ | 35.52 | 18.25 | 60.04 | - |
| YUV | 107.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 206 | 0.03 | 0.80 | 0 | 0.19 | 297.44 | 0.66 | 0.49 |
| Hex | C7 | 2A | CE | 3 | 50 | 0 | 13 | 129 | 42 | 31 |
| Octal | 307 | 52 | 316 | 3 | 120 | 0 | 23 | 451 | 102 | 61 |
| Binary | 11000111 | 101010 | 11001110 | 11 | 1010000 | 0 | 10011 | 100101001 | 1000010 | 110001 |
Color Harmonies of #C72ACE
Complementary color
Monochromatic Colors of #C72ACE
Black with #C72ACE
Text Example
Text Example
White with #C72ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ACE; }
p { color: rgb(199,42,206); }
H1.HeaderClassName
{
color: #C72ACE;
}
.AnyTagClassName
{
color: #C72ACE;
}
</style>
background-color css
<style>
a { background-color: #C72ACE; }
a { background-color: rgb(199,42,206); }
div.DivClassName
{
background-color: #C72ACE;
}
.BgClassName
{
background-color: #C72ACE;
}
</style>
border-color css
<style>
span { border-color: #C72ACE; }
span { border-color: rgb(199,42,206); }
td.TdClassName
{
border-color: #C72ACE;
}
.TagClassName
{
border-color: #C72ACE;
}
</style>