Shades of Deep Magenta #C728DC
Tints of Deep Magenta #C728DC
RGB
CMYK
RGB Variations
Color information
#C728DC (or 0xC728DC) is known color: Deep Magenta. HEX triplet: C7, 28 and DC. RGB value is (199,40,220). Sum of RGB (Red+Green+Blue) = 199+40+220=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C728DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728DC is #38D723. Grayscale: #6B6B6B. Windows color (decimal): -3725092 or 14428359. OLE color: 14428359.
HSL color Cylindrical-coordinate representation of color #C728DC: hue angle of 293º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C728DC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 40 | 220 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.14 |
| HSL | 293º | 0.72% | 0.51% | - |
| HSV(B) | 293º | 0.82% | 0.86% | - |
| XYZ | 37.23 | 18.83 | 69.38 | - |
| YUV | 108.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 220 | 0.10 | 0.82 | 0 | 0.14 | 293 | 0.72 | 0.51 |
| Hex | C7 | 28 | DC | A | 52 | 0 | E | 125 | 48 | 33 |
| Octal | 307 | 50 | 334 | 12 | 122 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000111 | 101000 | 11011100 | 1010 | 1010010 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C728DC
Complementary color
Monochromatic Colors of #C728DC
Black with #C728DC
Text Example
Text Example
White with #C728DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728DC; }
p { color: rgb(199,40,220); }
H1.HeaderClassName
{
color: #C728DC;
}
.AnyTagClassName
{
color: #C728DC;
}
</style>
background-color css
<style>
a { background-color: #C728DC; }
a { background-color: rgb(199,40,220); }
div.DivClassName
{
background-color: #C728DC;
}
.BgClassName
{
background-color: #C728DC;
}
</style>
border-color css
<style>
span { border-color: #C728DC; }
span { border-color: rgb(199,40,220); }
td.TdClassName
{
border-color: #C728DC;
}
.TagClassName
{
border-color: #C728DC;
}
</style>