Shades of Deep Magenta #C716BD
Tints of Deep Magenta #C716BD
RGB
CMYK
RGB Variations
Color information
#C716BD (or 0xC716BD) is known color: Deep Magenta. HEX triplet: C7, 16 and BD. RGB value is (199,22,189). Sum of RGB (Red+Green+Blue) = 199+22+189=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C716BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716BD is #38E942. Grayscale: #5D5D5D. Windows color (decimal): -3729731 or 12392135. OLE color: 12392135.
HSL color Cylindrical-coordinate representation of color #C716BD: hue angle of 303.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716BD is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.22 |
| HSL | 303.39º | 0.8% | 0.43% | - |
| HSV(B) | 303.39º | 0.89% | 0.78% | - |
| XYZ | 33.03 | 16.39 | 49.57 | - |
| YUV | 93.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 189 | 0 | 0.89 | 0.05 | 0.22 | 303.39 | 0.8 | 0.43 |
| Hex | C7 | 16 | BD | 0 | 59 | 5 | 16 | 12F | 50 | 2B |
| Octal | 307 | 26 | 275 | 0 | 131 | 5 | 26 | 457 | 120 | 53 |
| Binary | 11000111 | 10110 | 10111101 | 0 | 1011001 | 101 | 10110 | 100101111 | 1010000 | 101011 |
Color Harmonies of #C716BD
Complementary color
Monochromatic Colors of #C716BD
Black with #C716BD
Text Example
Text Example
White with #C716BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716BD; }
p { color: rgb(199,22,189); }
H1.HeaderClassName
{
color: #C716BD;
}
.AnyTagClassName
{
color: #C716BD;
}
</style>
background-color css
<style>
a { background-color: #C716BD; }
a { background-color: rgb(199,22,189); }
div.DivClassName
{
background-color: #C716BD;
}
.BgClassName
{
background-color: #C716BD;
}
</style>
border-color css
<style>
span { border-color: #C716BD; }
span { border-color: rgb(199,22,189); }
td.TdClassName
{
border-color: #C716BD;
}
.TagClassName
{
border-color: #C716BD;
}
</style>