Shades of Deep Magenta #C728DF
Tints of Deep Magenta #C728DF
RGB
CMYK
RGB Variations
Color information
#C728DF (or 0xC728DF) is known color: Deep Magenta. HEX triplet: C7, 28 and DF. RGB value is (199,40,223). Sum of RGB (Red+Green+Blue) = 199+40+223=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C728DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728DF is #38D720. Grayscale: #6B6B6B. Windows color (decimal): -3725089 or 14624967. OLE color: 14624967.
HSL color Cylindrical-coordinate representation of color #C728DF: hue angle of 292.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C728DF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 40 | 223 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.13 |
| HSL | 292.13º | 0.74% | 0.52% | - |
| HSV(B) | 292.13º | 0.82% | 0.87% | - |
| XYZ | 37.63 | 18.99 | 71.49 | - |
| YUV | 108.4 | 192.68 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 223 | 0.11 | 0.82 | 0 | 0.13 | 292.13 | 0.74 | 0.52 |
| Hex | C7 | 28 | DF | B | 52 | 0 | D | 124 | 4A | 34 |
| Octal | 307 | 50 | 337 | 13 | 122 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000111 | 101000 | 11011111 | 1011 | 1010010 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C728DF
Complementary color
Monochromatic Colors of #C728DF
Black with #C728DF
Text Example
Text Example
White with #C728DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728DF; }
p { color: rgb(199,40,223); }
H1.HeaderClassName
{
color: #C728DF;
}
.AnyTagClassName
{
color: #C728DF;
}
</style>
background-color css
<style>
a { background-color: #C728DF; }
a { background-color: rgb(199,40,223); }
div.DivClassName
{
background-color: #C728DF;
}
.BgClassName
{
background-color: #C728DF;
}
</style>
border-color css
<style>
span { border-color: #C728DF; }
span { border-color: rgb(199,40,223); }
td.TdClassName
{
border-color: #C728DF;
}
.TagClassName
{
border-color: #C728DF;
}
</style>