Shades of Deep Magenta #C726CE
Tints of Deep Magenta #C726CE
RGB
CMYK
RGB Variations
Color information
#C726CE (or 0xC726CE) is known color: Deep Magenta. HEX triplet: C7, 26 and CE. RGB value is (199,38,206). Sum of RGB (Red+Green+Blue) = 199+38+206=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C726CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726CE is #38D931. Grayscale: #686868. Windows color (decimal): -3725618 or 13510343. OLE color: 13510343.
HSL color Cylindrical-coordinate representation of color #C726CE: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C726CE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 38 | 206 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.19 |
| HSL | 297.5º | 0.69% | 0.48% | - |
| HSV(B) | 297.5º | 0.82% | 0.81% | - |
| XYZ | 35.39 | 17.98 | 60 | - |
| YUV | 105.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 206 | 0.03 | 0.82 | 0 | 0.19 | 297.5 | 0.69 | 0.48 |
| Hex | C7 | 26 | CE | 3 | 52 | 0 | 13 | 12A | 45 | 30 |
| Octal | 307 | 46 | 316 | 3 | 122 | 0 | 23 | 452 | 105 | 60 |
| Binary | 11000111 | 100110 | 11001110 | 11 | 1010010 | 0 | 10011 | 100101010 | 1000101 | 110000 |
Color Harmonies of #C726CE
Complementary color
Monochromatic Colors of #C726CE
Black with #C726CE
Text Example
Text Example
White with #C726CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726CE; }
p { color: rgb(199,38,206); }
H1.HeaderClassName
{
color: #C726CE;
}
.AnyTagClassName
{
color: #C726CE;
}
</style>
background-color css
<style>
a { background-color: #C726CE; }
a { background-color: rgb(199,38,206); }
div.DivClassName
{
background-color: #C726CE;
}
.BgClassName
{
background-color: #C726CE;
}
</style>
border-color css
<style>
span { border-color: #C726CE; }
span { border-color: rgb(199,38,206); }
td.TdClassName
{
border-color: #C726CE;
}
.TagClassName
{
border-color: #C726CE;
}
</style>