Shades of Deep Magenta #C728DB
Tints of Deep Magenta #C728DB
RGB
CMYK
RGB Variations
Color information
#C728DB (or 0xC728DB) is known color: Deep Magenta. HEX triplet: C7, 28 and DB. RGB value is (199,40,219). Sum of RGB (Red+Green+Blue) = 199+40+219=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C728DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728DB is #38D724. Grayscale: #6B6B6B. Windows color (decimal): -3725093 or 14362823. OLE color: 14362823.
HSL color Cylindrical-coordinate representation of color #C728DB: hue angle of 293.3º degrees, saturation: 0.71, 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 #C728DB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 40 | 219 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.3º | 0.71% | 0.51% | - |
| HSV(B) | 293.3º | 0.82% | 0.86% | - |
| XYZ | 37.1 | 18.77 | 68.69 | - |
| YUV | 107.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 219 | 0.09 | 0.82 | 0 | 0.14 | 293.3 | 0.71 | 0.51 |
| Hex | C7 | 28 | DB | 9 | 52 | 0 | E | 125 | 47 | 33 |
| Octal | 307 | 50 | 333 | 11 | 122 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000111 | 101000 | 11011011 | 1001 | 1010010 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C728DB
Complementary color
Monochromatic Colors of #C728DB
Black with #C728DB
Text Example
Text Example
White with #C728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728DB; }
p { color: rgb(199,40,219); }
H1.HeaderClassName
{
color: #C728DB;
}
.AnyTagClassName
{
color: #C728DB;
}
</style>
background-color css
<style>
a { background-color: #C728DB; }
a { background-color: rgb(199,40,219); }
div.DivClassName
{
background-color: #C728DB;
}
.BgClassName
{
background-color: #C728DB;
}
</style>
border-color css
<style>
span { border-color: #C728DB; }
span { border-color: rgb(199,40,219); }
td.TdClassName
{
border-color: #C728DB;
}
.TagClassName
{
border-color: #C728DB;
}
</style>