Shades of Deep Magenta #C726D8
Tints of Deep Magenta #C726D8
RGB
CMYK
RGB Variations
Color information
#C726D8 (or 0xC726D8) is known color: Deep Magenta. HEX triplet: C7, 26 and D8. RGB value is (199,38,216). Sum of RGB (Red+Green+Blue) = 199+38+216=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #C726D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726D8 is #38D927. Grayscale: #696969. Windows color (decimal): -3725608 or 14165703. OLE color: 14165703.
HSL color Cylindrical-coordinate representation of color #C726D8: hue angle of 294.27º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C726D8 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 38 | 216 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.15 |
| HSL | 294.27º | 0.7% | 0.5% | - |
| HSV(B) | 294.27º | 0.82% | 0.85% | - |
| XYZ | 36.64 | 18.49 | 66.6 | - |
| YUV | 106.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 216 | 0.08 | 0.82 | 0 | 0.15 | 294.27 | 0.7 | 0.5 |
| Hex | C7 | 26 | D8 | 8 | 52 | 0 | F | 126 | 46 | 32 |
| Octal | 307 | 46 | 330 | 10 | 122 | 0 | 17 | 446 | 106 | 62 |
| Binary | 11000111 | 100110 | 11011000 | 1000 | 1010010 | 0 | 1111 | 100100110 | 1000110 | 110010 |
Color Harmonies of #C726D8
Complementary color
Monochromatic Colors of #C726D8
Black with #C726D8
Text Example
Text Example
White with #C726D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726D8; }
p { color: rgb(199,38,216); }
H1.HeaderClassName
{
color: #C726D8;
}
.AnyTagClassName
{
color: #C726D8;
}
</style>
background-color css
<style>
a { background-color: #C726D8; }
a { background-color: rgb(199,38,216); }
div.DivClassName
{
background-color: #C726D8;
}
.BgClassName
{
background-color: #C726D8;
}
</style>
border-color css
<style>
span { border-color: #C726D8; }
span { border-color: rgb(199,38,216); }
td.TdClassName
{
border-color: #C726D8;
}
.TagClassName
{
border-color: #C726D8;
}
</style>