Shades of Deep Magenta #C716C4
Tints of Deep Magenta #C716C4
RGB
CMYK
RGB Variations
Color information
#C716C4 (or 0xC716C4) is known color: Deep Magenta. HEX triplet: C7, 16 and C4. RGB value is (199,22,196). Sum of RGB (Red+Green+Blue) = 199+22+196=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C716C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716C4 is #38E93B. Grayscale: #5E5E5E. Windows color (decimal): -3729724 or 12850887. OLE color: 12850887.
HSL color Cylindrical-coordinate representation of color #C716C4: hue angle of 301.02º 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 #C716C4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 196 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.22 |
| HSL | 301.02º | 0.8% | 0.43% | - |
| HSV(B) | 301.02º | 0.89% | 0.78% | - |
| XYZ | 33.8 | 16.7 | 53.67 | - |
| YUV | 94.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 196 | 0 | 0.89 | 0.02 | 0.22 | 301.02 | 0.8 | 0.43 |
| Hex | C7 | 16 | C4 | 0 | 59 | 2 | 16 | 12D | 50 | 2B |
| Octal | 307 | 26 | 304 | 0 | 131 | 2 | 26 | 455 | 120 | 53 |
| Binary | 11000111 | 10110 | 11000100 | 0 | 1011001 | 10 | 10110 | 100101101 | 1010000 | 101011 |
Color Harmonies of #C716C4
Complementary color
Monochromatic Colors of #C716C4
Black with #C716C4
Text Example
Text Example
White with #C716C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716C4; }
p { color: rgb(199,22,196); }
H1.HeaderClassName
{
color: #C716C4;
}
.AnyTagClassName
{
color: #C716C4;
}
</style>
background-color css
<style>
a { background-color: #C716C4; }
a { background-color: rgb(199,22,196); }
div.DivClassName
{
background-color: #C716C4;
}
.BgClassName
{
background-color: #C716C4;
}
</style>
border-color css
<style>
span { border-color: #C716C4; }
span { border-color: rgb(199,22,196); }
td.TdClassName
{
border-color: #C716C4;
}
.TagClassName
{
border-color: #C716C4;
}
</style>