Shades of Deep Magenta #C722DC
Tints of Deep Magenta #C722DC
RGB
CMYK
RGB Variations
Color information
#C722DC (or 0xC722DC) is known color: Deep Magenta. HEX triplet: C7, 22 and DC. RGB value is (199,34,220). Sum of RGB (Red+Green+Blue) = 199+34+220=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #C722DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722DC is #38DD23. Grayscale: #676767. Windows color (decimal): -3726628 or 14426823. OLE color: 14426823.
HSL color Cylindrical-coordinate representation of color #C722DC: hue angle of 293.23º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C722DC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 34 | 220 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.14 |
| HSL | 293.23º | 0.73% | 0.5% | - |
| HSV(B) | 293.23º | 0.85% | 0.86% | - |
| XYZ | 37.04 | 18.45 | 69.32 | - |
| YUV | 104.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 220 | 0.10 | 0.85 | 0 | 0.14 | 293.23 | 0.73 | 0.5 |
| Hex | C7 | 22 | DC | A | 55 | 0 | E | 125 | 49 | 32 |
| Octal | 307 | 42 | 334 | 12 | 125 | 0 | 16 | 445 | 111 | 62 |
| Binary | 11000111 | 100010 | 11011100 | 1010 | 1010101 | 0 | 1110 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C722DC
Complementary color
Monochromatic Colors of #C722DC
Black with #C722DC
Text Example
Text Example
White with #C722DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722DC; }
p { color: rgb(199,34,220); }
H1.HeaderClassName
{
color: #C722DC;
}
.AnyTagClassName
{
color: #C722DC;
}
</style>
background-color css
<style>
a { background-color: #C722DC; }
a { background-color: rgb(199,34,220); }
div.DivClassName
{
background-color: #C722DC;
}
.BgClassName
{
background-color: #C722DC;
}
</style>
border-color css
<style>
span { border-color: #C722DC; }
span { border-color: rgb(199,34,220); }
td.TdClassName
{
border-color: #C722DC;
}
.TagClassName
{
border-color: #C722DC;
}
</style>