Shades of Deep Magenta #C726D2
Tints of Deep Magenta #C726D2
RGB
CMYK
RGB Variations
Color information
#C726D2 (or 0xC726D2) is known color: Deep Magenta. HEX triplet: C7, 26 and D2. RGB value is (199,38,210). Sum of RGB (Red+Green+Blue) = 199+38+210=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #C726D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726D2 is #38D92D. Grayscale: #696969. Windows color (decimal): -3725614 or 13772487. OLE color: 13772487.
HSL color Cylindrical-coordinate representation of color #C726D2: hue angle of 296.16º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C726D2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 38 | 210 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.18 |
| HSL | 296.16º | 0.69% | 0.49% | - |
| HSV(B) | 296.16º | 0.82% | 0.82% | - |
| XYZ | 35.88 | 18.18 | 62.59 | - |
| YUV | 105.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 210 | 0.05 | 0.82 | 0 | 0.18 | 296.16 | 0.69 | 0.49 |
| Hex | C7 | 26 | D2 | 5 | 52 | 0 | 12 | 128 | 45 | 31 |
| Octal | 307 | 46 | 322 | 5 | 122 | 0 | 22 | 450 | 105 | 61 |
| Binary | 11000111 | 100110 | 11010010 | 101 | 1010010 | 0 | 10010 | 100101000 | 1000101 | 110001 |
Color Harmonies of #C726D2
Complementary color
Monochromatic Colors of #C726D2
Black with #C726D2
Text Example
Text Example
White with #C726D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726D2; }
p { color: rgb(199,38,210); }
H1.HeaderClassName
{
color: #C726D2;
}
.AnyTagClassName
{
color: #C726D2;
}
</style>
background-color css
<style>
a { background-color: #C726D2; }
a { background-color: rgb(199,38,210); }
div.DivClassName
{
background-color: #C726D2;
}
.BgClassName
{
background-color: #C726D2;
}
</style>
border-color css
<style>
span { border-color: #C726D2; }
span { border-color: rgb(199,38,210); }
td.TdClassName
{
border-color: #C726D2;
}
.TagClassName
{
border-color: #C726D2;
}
</style>