Shades of Deep Magenta #C716D3
Tints of Deep Magenta #C716D3
RGB
CMYK
RGB Variations
Color information
#C716D3 (or 0xC716D3) is known color: Deep Magenta. HEX triplet: C7, 16 and D3. RGB value is (199,22,211). Sum of RGB (Red+Green+Blue) = 199+22+211=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #C716D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716D3 is #38E92C. Grayscale: #5F5F5F. Windows color (decimal): -3729709 or 13833927. OLE color: 13833927.
HSL color Cylindrical-coordinate representation of color #C716D3: hue angle of 296.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C716D3 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 22 | 211 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.17 |
| HSL | 296.19º | 0.81% | 0.46% | - |
| HSV(B) | 296.19º | 0.9% | 0.83% | - |
| XYZ | 35.6 | 17.42 | 63.11 | - |
| YUV | 96.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 211 | 0.06 | 0.90 | 0 | 0.17 | 296.19 | 0.81 | 0.46 |
| Hex | C7 | 16 | D3 | 6 | 5A | 0 | 11 | 128 | 51 | 2E |
| Octal | 307 | 26 | 323 | 6 | 132 | 0 | 21 | 450 | 121 | 56 |
| Binary | 11000111 | 10110 | 11010011 | 110 | 1011010 | 0 | 10001 | 100101000 | 1010001 | 101110 |
Color Harmonies of #C716D3
Complementary color
Monochromatic Colors of #C716D3
Black with #C716D3
Text Example
Text Example
White with #C716D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716D3; }
p { color: rgb(199,22,211); }
H1.HeaderClassName
{
color: #C716D3;
}
.AnyTagClassName
{
color: #C716D3;
}
</style>
background-color css
<style>
a { background-color: #C716D3; }
a { background-color: rgb(199,22,211); }
div.DivClassName
{
background-color: #C716D3;
}
.BgClassName
{
background-color: #C716D3;
}
</style>
border-color css
<style>
span { border-color: #C716D3; }
span { border-color: rgb(199,22,211); }
td.TdClassName
{
border-color: #C716D3;
}
.TagClassName
{
border-color: #C716D3;
}
</style>