Shades of Deep Magenta #C726BF
Tints of Deep Magenta #C726BF
RGB
CMYK
RGB Variations
Color information
#C726BF (or 0xC726BF) is known color: Deep Magenta. HEX triplet: C7, 26 and BF. RGB value is (199,38,191). Sum of RGB (Red+Green+Blue) = 199+38+191=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BF is #38D940. Grayscale: #676767. Windows color (decimal): -3725633 or 12527303. OLE color: 12527303.
HSL color Cylindrical-coordinate representation of color #C726BF: hue angle of 302.98º 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 #C726BF is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 191 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.22 |
| HSL | 302.98º | 0.68% | 0.46% | - |
| HSV(B) | 302.98º | 0.81% | 0.78% | - |
| XYZ | 33.65 | 17.29 | 50.85 | - |
| YUV | 103.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 191 | 0 | 0.81 | 0.04 | 0.22 | 302.98 | 0.68 | 0.46 |
| Hex | C7 | 26 | BF | 0 | 51 | 4 | 16 | 12F | 44 | 2E |
| Octal | 307 | 46 | 277 | 0 | 121 | 4 | 26 | 457 | 104 | 56 |
| Binary | 11000111 | 100110 | 10111111 | 0 | 1010001 | 100 | 10110 | 100101111 | 1000100 | 101110 |
Color Harmonies of #C726BF
Complementary color
Monochromatic Colors of #C726BF
Black with #C726BF
Text Example
Text Example
White with #C726BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726BF; }
p { color: rgb(199,38,191); }
H1.HeaderClassName
{
color: #C726BF;
}
.AnyTagClassName
{
color: #C726BF;
}
</style>
background-color css
<style>
a { background-color: #C726BF; }
a { background-color: rgb(199,38,191); }
div.DivClassName
{
background-color: #C726BF;
}
.BgClassName
{
background-color: #C726BF;
}
</style>
border-color css
<style>
span { border-color: #C726BF; }
span { border-color: rgb(199,38,191); }
td.TdClassName
{
border-color: #C726BF;
}
.TagClassName
{
border-color: #C726BF;
}
</style>