Shades of Deep Magenta #C616E0
Tints of Deep Magenta #C616E0
RGB
CMYK
RGB Variations
Color information
#C616E0 (or 0xC616E0) is known color: Deep Magenta. HEX triplet: C6, 16 and E0. RGB value is (198,22,224). Sum of RGB (Red+Green+Blue) = 198+22+224=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #C616E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616E0 is #39E91F. Grayscale: #616161. Windows color (decimal): -3795232 or 14685894. OLE color: 14685894.
HSL color Cylindrical-coordinate representation of color #C616E0: hue angle of 292.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C616E0 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 22 | 224 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.12 |
| HSL | 292.28º | 0.82% | 0.48% | - |
| HSV(B) | 292.28º | 0.9% | 0.88% | - |
| XYZ | 37.03 | 17.96 | 72.04 | - |
| YUV | 97.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 224 | 0.12 | 0.90 | 0 | 0.12 | 292.28 | 0.82 | 0.48 |
| Hex | C6 | 16 | E0 | C | 5A | 0 | C | 124 | 52 | 30 |
| Octal | 306 | 26 | 340 | 14 | 132 | 0 | 14 | 444 | 122 | 60 |
| Binary | 11000110 | 10110 | 11100000 | 1100 | 1011010 | 0 | 1100 | 100100100 | 1010010 | 110000 |
Color Harmonies of #C616E0
Complementary color
Monochromatic Colors of #C616E0
Black with #C616E0
Text Example
Text Example
White with #C616E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616E0; }
p { color: rgb(198,22,224); }
H1.HeaderClassName
{
color: #C616E0;
}
.AnyTagClassName
{
color: #C616E0;
}
</style>
background-color css
<style>
a { background-color: #C616E0; }
a { background-color: rgb(198,22,224); }
div.DivClassName
{
background-color: #C616E0;
}
.BgClassName
{
background-color: #C616E0;
}
</style>
border-color css
<style>
span { border-color: #C616E0; }
span { border-color: rgb(198,22,224); }
td.TdClassName
{
border-color: #C616E0;
}
.TagClassName
{
border-color: #C616E0;
}
</style>