Shades of Deep Magenta #C726CF
Tints of Deep Magenta #C726CF
RGB
CMYK
RGB Variations
Color information
#C726CF (or 0xC726CF) is known color: Deep Magenta. HEX triplet: C7, 26 and CF. RGB value is (199,38,207). Sum of RGB (Red+Green+Blue) = 199+38+207=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C726CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726CF is #38D930. Grayscale: #686868. Windows color (decimal): -3725617 or 13575879. OLE color: 13575879.
HSL color Cylindrical-coordinate representation of color #C726CF: hue angle of 297.16º 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 #C726CF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 38 | 207 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.19 |
| HSL | 297.16º | 0.69% | 0.48% | - |
| HSV(B) | 297.16º | 0.82% | 0.81% | - |
| XYZ | 35.51 | 18.03 | 60.64 | - |
| YUV | 105.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 207 | 0.04 | 0.82 | 0 | 0.19 | 297.16 | 0.69 | 0.48 |
| Hex | C7 | 26 | CF | 4 | 52 | 0 | 13 | 129 | 45 | 30 |
| Octal | 307 | 46 | 317 | 4 | 122 | 0 | 23 | 451 | 105 | 60 |
| Binary | 11000111 | 100110 | 11001111 | 100 | 1010010 | 0 | 10011 | 100101001 | 1000101 | 110000 |
Color Harmonies of #C726CF
Complementary color
Monochromatic Colors of #C726CF
Black with #C726CF
Text Example
Text Example
White with #C726CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726CF; }
p { color: rgb(199,38,207); }
H1.HeaderClassName
{
color: #C726CF;
}
.AnyTagClassName
{
color: #C726CF;
}
</style>
background-color css
<style>
a { background-color: #C726CF; }
a { background-color: rgb(199,38,207); }
div.DivClassName
{
background-color: #C726CF;
}
.BgClassName
{
background-color: #C726CF;
}
</style>
border-color css
<style>
span { border-color: #C726CF; }
span { border-color: rgb(199,38,207); }
td.TdClassName
{
border-color: #C726CF;
}
.TagClassName
{
border-color: #C726CF;
}
</style>