Shades of Deep Magenta #C728C0
Tints of Deep Magenta #C728C0
RGB
CMYK
RGB Variations
Color information
#C728C0 (or 0xC728C0) is known color: Deep Magenta. HEX triplet: C7, 28 and C0. RGB value is (199,40,192). Sum of RGB (Red+Green+Blue) = 199+40+192=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C728C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728C0 is #38D73F. Grayscale: #686868. Windows color (decimal): -3725120 or 12593351. OLE color: 12593351.
HSL color Cylindrical-coordinate representation of color #C728C0: hue angle of 302.64º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728C0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 192 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.22 |
| HSL | 302.64º | 0.67% | 0.47% | - |
| HSV(B) | 302.64º | 0.8% | 0.78% | - |
| XYZ | 33.83 | 17.47 | 51.46 | - |
| YUV | 104.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 192 | 0 | 0.80 | 0.04 | 0.22 | 302.64 | 0.67 | 0.47 |
| Hex | C7 | 28 | C0 | 0 | 50 | 4 | 16 | 12F | 43 | 2F |
| Octal | 307 | 50 | 300 | 0 | 120 | 4 | 26 | 457 | 103 | 57 |
| Binary | 11000111 | 101000 | 11000000 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000011 | 101111 |
Color Harmonies of #C728C0
Complementary color
Monochromatic Colors of #C728C0
Black with #C728C0
Text Example
Text Example
White with #C728C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728C0; }
p { color: rgb(199,40,192); }
H1.HeaderClassName
{
color: #C728C0;
}
.AnyTagClassName
{
color: #C728C0;
}
</style>
background-color css
<style>
a { background-color: #C728C0; }
a { background-color: rgb(199,40,192); }
div.DivClassName
{
background-color: #C728C0;
}
.BgClassName
{
background-color: #C728C0;
}
</style>
border-color css
<style>
span { border-color: #C728C0; }
span { border-color: rgb(199,40,192); }
td.TdClassName
{
border-color: #C728C0;
}
.TagClassName
{
border-color: #C728C0;
}
</style>