Shades of Deep Magenta #C722DD
Tints of Deep Magenta #C722DD
RGB
CMYK
RGB Variations
Color information
#C722DD (or 0xC722DD) is known color: Deep Magenta. HEX triplet: C7, 22 and DD. RGB value is (199,34,221). Sum of RGB (Red+Green+Blue) = 199+34+221=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C722DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722DD is #38DD22. Grayscale: #686868. Windows color (decimal): -3726627 or 14492359. OLE color: 14492359.
HSL color Cylindrical-coordinate representation of color #C722DD: hue angle of 292.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C722DD is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 34 | 221 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.13 |
| HSL | 292.94º | 0.73% | 0.5% | - |
| HSV(B) | 292.94º | 0.85% | 0.87% | - |
| XYZ | 37.18 | 18.51 | 70.02 | - |
| YUV | 104.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 221 | 0.10 | 0.85 | 0 | 0.13 | 292.94 | 0.73 | 0.5 |
| Hex | C7 | 22 | DD | A | 55 | 0 | D | 125 | 49 | 32 |
| Octal | 307 | 42 | 335 | 12 | 125 | 0 | 15 | 445 | 111 | 62 |
| Binary | 11000111 | 100010 | 11011101 | 1010 | 1010101 | 0 | 1101 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C722DD
Complementary color
Monochromatic Colors of #C722DD
Black with #C722DD
Text Example
Text Example
White with #C722DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722DD; }
p { color: rgb(199,34,221); }
H1.HeaderClassName
{
color: #C722DD;
}
.AnyTagClassName
{
color: #C722DD;
}
</style>
background-color css
<style>
a { background-color: #C722DD; }
a { background-color: rgb(199,34,221); }
div.DivClassName
{
background-color: #C722DD;
}
.BgClassName
{
background-color: #C722DD;
}
</style>
border-color css
<style>
span { border-color: #C722DD; }
span { border-color: rgb(199,34,221); }
td.TdClassName
{
border-color: #C722DD;
}
.TagClassName
{
border-color: #C722DD;
}
</style>