Shades of Deep Magenta #C72AD4
Tints of Deep Magenta #C72AD4
RGB
CMYK
RGB Variations
Color information
#C72AD4 (or 0xC72AD4) is known color: Deep Magenta. HEX triplet: C7, 2A and D4. RGB value is (199,42,212). Sum of RGB (Red+Green+Blue) = 199+42+212=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #C72AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72AD4 is #38D52B. Grayscale: #6B6B6B. Windows color (decimal): -3724588 or 13904583. OLE color: 13904583.
HSL color Cylindrical-coordinate representation of color #C72AD4: hue angle of 295.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72AD4 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 42 | 212 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.17 |
| HSL | 295.41º | 0.67% | 0.5% | - |
| HSV(B) | 295.41º | 0.8% | 0.83% | - |
| XYZ | 36.26 | 18.55 | 63.96 | - |
| YUV | 108.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 212 | 0.06 | 0.80 | 0 | 0.17 | 295.41 | 0.67 | 0.5 |
| Hex | C7 | 2A | D4 | 6 | 50 | 0 | 11 | 127 | 43 | 32 |
| Octal | 307 | 52 | 324 | 6 | 120 | 0 | 21 | 447 | 103 | 62 |
| Binary | 11000111 | 101010 | 11010100 | 110 | 1010000 | 0 | 10001 | 100100111 | 1000011 | 110010 |
Color Harmonies of #C72AD4
Complementary color
Monochromatic Colors of #C72AD4
Black with #C72AD4
Text Example
Text Example
White with #C72AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AD4; }
p { color: rgb(199,42,212); }
H1.HeaderClassName
{
color: #C72AD4;
}
.AnyTagClassName
{
color: #C72AD4;
}
</style>
background-color css
<style>
a { background-color: #C72AD4; }
a { background-color: rgb(199,42,212); }
div.DivClassName
{
background-color: #C72AD4;
}
.BgClassName
{
background-color: #C72AD4;
}
</style>
border-color css
<style>
span { border-color: #C72AD4; }
span { border-color: rgb(199,42,212); }
td.TdClassName
{
border-color: #C72AD4;
}
.TagClassName
{
border-color: #C72AD4;
}
</style>