Shades of Deep Magenta #C72AD7
Tints of Deep Magenta #C72AD7
RGB
CMYK
RGB Variations
Color information
#C72AD7 (or 0xC72AD7) is known color: Deep Magenta. HEX triplet: C7, 2A and D7. RGB value is (199,42,215). Sum of RGB (Red+Green+Blue) = 199+42+215=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #C72AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72AD7 is #38D528. Grayscale: #6C6C6C. Windows color (decimal): -3724585 or 14101191. OLE color: 14101191.
HSL color Cylindrical-coordinate representation of color #C72AD7: hue angle of 294.45º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72AD7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 42 | 215 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.16 |
| HSL | 294.45º | 0.68% | 0.5% | - |
| HSV(B) | 294.45º | 0.8% | 0.84% | - |
| XYZ | 36.65 | 18.7 | 65.97 | - |
| YUV | 108.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 215 | 0.07 | 0.80 | 0 | 0.16 | 294.45 | 0.68 | 0.5 |
| Hex | C7 | 2A | D7 | 7 | 50 | 0 | 10 | 126 | 44 | 32 |
| Octal | 307 | 52 | 327 | 7 | 120 | 0 | 20 | 446 | 104 | 62 |
| Binary | 11000111 | 101010 | 11010111 | 111 | 1010000 | 0 | 10000 | 100100110 | 1000100 | 110010 |
Color Harmonies of #C72AD7
Complementary color
Monochromatic Colors of #C72AD7
Black with #C72AD7
Text Example
Text Example
White with #C72AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AD7; }
p { color: rgb(199,42,215); }
H1.HeaderClassName
{
color: #C72AD7;
}
.AnyTagClassName
{
color: #C72AD7;
}
</style>
background-color css
<style>
a { background-color: #C72AD7; }
a { background-color: rgb(199,42,215); }
div.DivClassName
{
background-color: #C72AD7;
}
.BgClassName
{
background-color: #C72AD7;
}
</style>
border-color css
<style>
span { border-color: #C72AD7; }
span { border-color: rgb(199,42,215); }
td.TdClassName
{
border-color: #C72AD7;
}
.TagClassName
{
border-color: #C72AD7;
}
</style>