Shades of Deep Magenta #C72ACC
Tints of Deep Magenta #C72ACC
RGB
CMYK
RGB Variations
Color information
#C72ACC (or 0xC72ACC) is known color: Deep Magenta. HEX triplet: C7, 2A and CC. RGB value is (199,42,204). Sum of RGB (Red+Green+Blue) = 199+42+204=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C72ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACC is #38D533. Grayscale: #6A6A6A. Windows color (decimal): -3724596 or 13380295. OLE color: 13380295.
HSL color Cylindrical-coordinate representation of color #C72ACC: hue angle of 298.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72ACC is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 42 | 204 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.2 |
| HSL | 298.15º | 0.66% | 0.48% | - |
| HSV(B) | 298.15º | 0.79% | 0.8% | - |
| XYZ | 35.28 | 18.16 | 58.77 | - |
| YUV | 107.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 204 | 0.02 | 0.79 | 0 | 0.2 | 298.15 | 0.66 | 0.48 |
| Hex | C7 | 2A | CC | 2 | 4F | 0 | 14 | 12A | 42 | 30 |
| Octal | 307 | 52 | 314 | 2 | 117 | 0 | 24 | 452 | 102 | 60 |
| Binary | 11000111 | 101010 | 11001100 | 10 | 1001111 | 0 | 10100 | 100101010 | 1000010 | 110000 |
Color Harmonies of #C72ACC
Complementary color
Monochromatic Colors of #C72ACC
Black with #C72ACC
Text Example
Text Example
White with #C72ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ACC; }
p { color: rgb(199,42,204); }
H1.HeaderClassName
{
color: #C72ACC;
}
.AnyTagClassName
{
color: #C72ACC;
}
</style>
background-color css
<style>
a { background-color: #C72ACC; }
a { background-color: rgb(199,42,204); }
div.DivClassName
{
background-color: #C72ACC;
}
.BgClassName
{
background-color: #C72ACC;
}
</style>
border-color css
<style>
span { border-color: #C72ACC; }
span { border-color: rgb(199,42,204); }
td.TdClassName
{
border-color: #C72ACC;
}
.TagClassName
{
border-color: #C72ACC;
}
</style>