Shades of Deep Magenta #C616E1
Tints of Deep Magenta #C616E1
RGB
CMYK
RGB Variations
Color information
#C616E1 (or 0xC616E1) is known color: Deep Magenta. HEX triplet: C6, 16 and E1. RGB value is (198,22,225). Sum of RGB (Red+Green+Blue) = 198+22+225=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #C616E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616E1 is #39E91E. Grayscale: #616161. Windows color (decimal): -3795231 or 14751430. OLE color: 14751430.
HSL color Cylindrical-coordinate representation of color #C616E1: hue angle of 292.02º 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 #C616E1 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 22 | 225 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.12 |
| HSL | 292.02º | 0.82% | 0.48% | - |
| HSV(B) | 292.02º | 0.9% | 0.88% | - |
| XYZ | 37.17 | 18.02 | 72.75 | - |
| YUV | 97.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 225 | 0.12 | 0.90 | 0 | 0.12 | 292.02 | 0.82 | 0.48 |
| Hex | C6 | 16 | E1 | C | 5A | 0 | C | 124 | 52 | 30 |
| Octal | 306 | 26 | 341 | 14 | 132 | 0 | 14 | 444 | 122 | 60 |
| Binary | 11000110 | 10110 | 11100001 | 1100 | 1011010 | 0 | 1100 | 100100100 | 1010010 | 110000 |
Color Harmonies of #C616E1
Complementary color
Monochromatic Colors of #C616E1
Black with #C616E1
Text Example
Text Example
White with #C616E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616E1; }
p { color: rgb(198,22,225); }
H1.HeaderClassName
{
color: #C616E1;
}
.AnyTagClassName
{
color: #C616E1;
}
</style>
background-color css
<style>
a { background-color: #C616E1; }
a { background-color: rgb(198,22,225); }
div.DivClassName
{
background-color: #C616E1;
}
.BgClassName
{
background-color: #C616E1;
}
</style>
border-color css
<style>
span { border-color: #C616E1; }
span { border-color: rgb(198,22,225); }
td.TdClassName
{
border-color: #C616E1;
}
.TagClassName
{
border-color: #C616E1;
}
</style>