Shades of Deep Magenta #C726BC
Tints of Deep Magenta #C726BC
RGB
CMYK
RGB Variations
Color information
#C726BC (or 0xC726BC) is known color: Deep Magenta. HEX triplet: C7, 26 and BC. RGB value is (199,38,188). Sum of RGB (Red+Green+Blue) = 199+38+188=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BC is #38D943. Grayscale: #666666. Windows color (decimal): -3725636 or 12330695. OLE color: 12330695.
HSL color Cylindrical-coordinate representation of color #C726BC: hue angle of 304.1º 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 #C726BC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 188 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.22 |
| HSL | 304.1º | 0.68% | 0.46% | - |
| HSV(B) | 304.1º | 0.81% | 0.78% | - |
| XYZ | 33.32 | 17.16 | 49.13 | - |
| YUV | 103.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 188 | 0 | 0.81 | 0.06 | 0.22 | 304.1 | 0.68 | 0.46 |
| Hex | C7 | 26 | BC | 0 | 51 | 6 | 16 | 130 | 44 | 2E |
| Octal | 307 | 46 | 274 | 0 | 121 | 6 | 26 | 460 | 104 | 56 |
| Binary | 11000111 | 100110 | 10111100 | 0 | 1010001 | 110 | 10110 | 100110000 | 1000100 | 101110 |
Color Harmonies of #C726BC
Complementary color
Monochromatic Colors of #C726BC
Black with #C726BC
Text Example
Text Example
White with #C726BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726BC; }
p { color: rgb(199,38,188); }
H1.HeaderClassName
{
color: #C726BC;
}
.AnyTagClassName
{
color: #C726BC;
}
</style>
background-color css
<style>
a { background-color: #C726BC; }
a { background-color: rgb(199,38,188); }
div.DivClassName
{
background-color: #C726BC;
}
.BgClassName
{
background-color: #C726BC;
}
</style>
border-color css
<style>
span { border-color: #C726BC; }
span { border-color: rgb(199,38,188); }
td.TdClassName
{
border-color: #C726BC;
}
.TagClassName
{
border-color: #C726BC;
}
</style>