Shades of Deep Magenta #C726BA
Tints of Deep Magenta #C726BA
RGB
CMYK
RGB Variations
Color information
#C726BA (or 0xC726BA) is known color: Deep Magenta. HEX triplet: C7, 26 and BA. RGB value is (199,38,186). Sum of RGB (Red+Green+Blue) = 199+38+186=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BA is #38D945. Grayscale: #666666. Windows color (decimal): -3725638 or 12199623. OLE color: 12199623.
HSL color Cylindrical-coordinate representation of color #C726BA: hue angle of 304.84º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726BA is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 186 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.22 |
| HSL | 304.84º | 0.68% | 0.46% | - |
| HSV(B) | 304.84º | 0.81% | 0.78% | - |
| XYZ | 33.11 | 17.07 | 48 | - |
| YUV | 103.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 186 | 0 | 0.81 | 0.07 | 0.22 | 304.84 | 0.68 | 0.46 |
| Hex | C7 | 26 | BA | 0 | 51 | 7 | 16 | 131 | 44 | 2E |
| Octal | 307 | 46 | 272 | 0 | 121 | 7 | 26 | 461 | 104 | 56 |
| Binary | 11000111 | 100110 | 10111010 | 0 | 1010001 | 111 | 10110 | 100110001 | 1000100 | 101110 |
Color Harmonies of #C726BA
Complementary color
Monochromatic Colors of #C726BA
Black with #C726BA
Text Example
Text Example
White with #C726BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726BA; }
p { color: rgb(199,38,186); }
H1.HeaderClassName
{
color: #C726BA;
}
.AnyTagClassName
{
color: #C726BA;
}
</style>
background-color css
<style>
a { background-color: #C726BA; }
a { background-color: rgb(199,38,186); }
div.DivClassName
{
background-color: #C726BA;
}
.BgClassName
{
background-color: #C726BA;
}
</style>
border-color css
<style>
span { border-color: #C726BA; }
span { border-color: rgb(199,38,186); }
td.TdClassName
{
border-color: #C726BA;
}
.TagClassName
{
border-color: #C726BA;
}
</style>