Shades of Deep Magenta #C726DC
Tints of Deep Magenta #C726DC
RGB
CMYK
RGB Variations
Color information
#C726DC (or 0xC726DC) is known color: Deep Magenta. HEX triplet: C7, 26 and DC. RGB value is (199,38,220). Sum of RGB (Red+Green+Blue) = 199+38+220=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #C726DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DC is #38D923. Grayscale: #6A6A6A. Windows color (decimal): -3725604 or 14427847. OLE color: 14427847.
HSL color Cylindrical-coordinate representation of color #C726DC: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C726DC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 38 | 220 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.14 |
| HSL | 293.08º | 0.72% | 0.51% | - |
| HSV(B) | 293.08º | 0.83% | 0.86% | - |
| XYZ | 37.16 | 18.7 | 69.36 | - |
| YUV | 106.89 | 191.84 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 220 | 0.10 | 0.83 | 0 | 0.14 | 293.08 | 0.72 | 0.51 |
| Hex | C7 | 26 | DC | A | 53 | 0 | E | 125 | 48 | 33 |
| Octal | 307 | 46 | 334 | 12 | 123 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000111 | 100110 | 11011100 | 1010 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C726DC
Complementary color
Monochromatic Colors of #C726DC
Black with #C726DC
Text Example
Text Example
White with #C726DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726DC; }
p { color: rgb(199,38,220); }
H1.HeaderClassName
{
color: #C726DC;
}
.AnyTagClassName
{
color: #C726DC;
}
</style>
background-color css
<style>
a { background-color: #C726DC; }
a { background-color: rgb(199,38,220); }
div.DivClassName
{
background-color: #C726DC;
}
.BgClassName
{
background-color: #C726DC;
}
</style>
border-color css
<style>
span { border-color: #C726DC; }
span { border-color: rgb(199,38,220); }
td.TdClassName
{
border-color: #C726DC;
}
.TagClassName
{
border-color: #C726DC;
}
</style>