Shades of Deep Magenta #C728C2
Tints of Deep Magenta #C728C2
RGB
CMYK
RGB Variations
Color information
#C728C2 (or 0xC728C2) is known color: Deep Magenta. HEX triplet: C7, 28 and C2. RGB value is (199,40,194). Sum of RGB (Red+Green+Blue) = 199+40+194=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C728C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728C2 is #38D73D. Grayscale: #686868. Windows color (decimal): -3725118 or 12724423. OLE color: 12724423.
HSL color Cylindrical-coordinate representation of color #C728C2: hue angle of 301.89º 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 #C728C2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 194 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.22 |
| HSL | 301.89º | 0.67% | 0.47% | - |
| HSV(B) | 301.89º | 0.8% | 0.78% | - |
| XYZ | 34.05 | 17.55 | 52.63 | - |
| YUV | 105.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 194 | 0 | 0.80 | 0.03 | 0.22 | 301.89 | 0.67 | 0.47 |
| Hex | C7 | 28 | C2 | 0 | 50 | 3 | 16 | 12E | 43 | 2F |
| Octal | 307 | 50 | 302 | 0 | 120 | 3 | 26 | 456 | 103 | 57 |
| Binary | 11000111 | 101000 | 11000010 | 0 | 1010000 | 11 | 10110 | 100101110 | 1000011 | 101111 |
Color Harmonies of #C728C2
Complementary color
Monochromatic Colors of #C728C2
Black with #C728C2
Text Example
Text Example
White with #C728C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728C2; }
p { color: rgb(199,40,194); }
H1.HeaderClassName
{
color: #C728C2;
}
.AnyTagClassName
{
color: #C728C2;
}
</style>
background-color css
<style>
a { background-color: #C728C2; }
a { background-color: rgb(199,40,194); }
div.DivClassName
{
background-color: #C728C2;
}
.BgClassName
{
background-color: #C728C2;
}
</style>
border-color css
<style>
span { border-color: #C728C2; }
span { border-color: rgb(199,40,194); }
td.TdClassName
{
border-color: #C728C2;
}
.TagClassName
{
border-color: #C728C2;
}
</style>