Shades of Deep Magenta #C726D0
Tints of Deep Magenta #C726D0
RGB
CMYK
RGB Variations
Color information
#C726D0 (or 0xC726D0) is known color: Deep Magenta. HEX triplet: C7, 26 and D0. RGB value is (199,38,208). Sum of RGB (Red+Green+Blue) = 199+38+208=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #C726D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726D0 is #38D92F. Grayscale: #686868. Windows color (decimal): -3725616 or 13641415. OLE color: 13641415.
HSL color Cylindrical-coordinate representation of color #C726D0: hue angle of 296.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C726D0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 38 | 208 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.18 |
| HSL | 296.82º | 0.69% | 0.48% | - |
| HSV(B) | 296.82º | 0.82% | 0.82% | - |
| XYZ | 35.63 | 18.08 | 61.29 | - |
| YUV | 105.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 208 | 0.04 | 0.82 | 0 | 0.18 | 296.82 | 0.69 | 0.48 |
| Hex | C7 | 26 | D0 | 4 | 52 | 0 | 12 | 129 | 45 | 30 |
| Octal | 307 | 46 | 320 | 4 | 122 | 0 | 22 | 451 | 105 | 60 |
| Binary | 11000111 | 100110 | 11010000 | 100 | 1010010 | 0 | 10010 | 100101001 | 1000101 | 110000 |
Color Harmonies of #C726D0
Complementary color
Monochromatic Colors of #C726D0
Black with #C726D0
Text Example
Text Example
White with #C726D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726D0; }
p { color: rgb(199,38,208); }
H1.HeaderClassName
{
color: #C726D0;
}
.AnyTagClassName
{
color: #C726D0;
}
</style>
background-color css
<style>
a { background-color: #C726D0; }
a { background-color: rgb(199,38,208); }
div.DivClassName
{
background-color: #C726D0;
}
.BgClassName
{
background-color: #C726D0;
}
</style>
border-color css
<style>
span { border-color: #C726D0; }
span { border-color: rgb(199,38,208); }
td.TdClassName
{
border-color: #C726D0;
}
.TagClassName
{
border-color: #C726D0;
}
</style>