Shades of Deep Magenta #C720C3
Tints of Deep Magenta #C720C3
RGB
CMYK
RGB Variations
Color information
#C720C3 (or 0xC720C3) is known color: Deep Magenta. HEX triplet: C7, 20 and C3. RGB value is (199,32,195). Sum of RGB (Red+Green+Blue) = 199+32+195=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C720C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720C3 is #38DF3C. Grayscale: #646464. Windows color (decimal): -3727165 or 12787911. OLE color: 12787911.
HSL color Cylindrical-coordinate representation of color #C720C3: hue angle of 301.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720C3 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 195 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.22 |
| HSL | 301.44º | 0.72% | 0.45% | - |
| HSV(B) | 301.44º | 0.84% | 0.78% | - |
| XYZ | 33.92 | 17.12 | 53.15 | - |
| YUV | 100.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 195 | 0 | 0.84 | 0.02 | 0.22 | 301.44 | 0.72 | 0.45 |
| Hex | C7 | 20 | C3 | 0 | 54 | 2 | 16 | 12D | 48 | 2D |
| Octal | 307 | 40 | 303 | 0 | 124 | 2 | 26 | 455 | 110 | 55 |
| Binary | 11000111 | 100000 | 11000011 | 0 | 1010100 | 10 | 10110 | 100101101 | 1001000 | 101101 |
Color Harmonies of #C720C3
Complementary color
Monochromatic Colors of #C720C3
Black with #C720C3
Text Example
Text Example
White with #C720C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720C3; }
p { color: rgb(199,32,195); }
H1.HeaderClassName
{
color: #C720C3;
}
.AnyTagClassName
{
color: #C720C3;
}
</style>
background-color css
<style>
a { background-color: #C720C3; }
a { background-color: rgb(199,32,195); }
div.DivClassName
{
background-color: #C720C3;
}
.BgClassName
{
background-color: #C720C3;
}
</style>
border-color css
<style>
span { border-color: #C720C3; }
span { border-color: rgb(199,32,195); }
td.TdClassName
{
border-color: #C720C3;
}
.TagClassName
{
border-color: #C720C3;
}
</style>