Shades of Deep Magenta #C619DE
Tints of Deep Magenta #C619DE
RGB
CMYK
RGB Variations
Color information
#C619DE (or 0xC619DE) is known color: Deep Magenta. HEX triplet: C6, 19 and DE. RGB value is (198,25,222). Sum of RGB (Red+Green+Blue) = 198+25+222=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #C619DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619DE is #39E621. Grayscale: #626262. Windows color (decimal): -3794466 or 14555590. OLE color: 14555590.
HSL color Cylindrical-coordinate representation of color #C619DE: hue angle of 292.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619DE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 25 | 222 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.13 |
| HSL | 292.69º | 0.8% | 0.48% | - |
| HSV(B) | 292.69º | 0.89% | 0.87% | - |
| XYZ | 36.82 | 17.97 | 70.64 | - |
| YUV | 99.19 | 197.31 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 222 | 0.11 | 0.89 | 0 | 0.13 | 292.69 | 0.8 | 0.48 |
| Hex | C6 | 19 | DE | B | 59 | 0 | D | 125 | 50 | 30 |
| Octal | 306 | 31 | 336 | 13 | 131 | 0 | 15 | 445 | 120 | 60 |
| Binary | 11000110 | 11001 | 11011110 | 1011 | 1011001 | 0 | 1101 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C619DE
Complementary color
Monochromatic Colors of #C619DE
Black with #C619DE
Text Example
Text Example
White with #C619DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619DE; }
p { color: rgb(198,25,222); }
H1.HeaderClassName
{
color: #C619DE;
}
.AnyTagClassName
{
color: #C619DE;
}
</style>
background-color css
<style>
a { background-color: #C619DE; }
a { background-color: rgb(198,25,222); }
div.DivClassName
{
background-color: #C619DE;
}
.BgClassName
{
background-color: #C619DE;
}
</style>
border-color css
<style>
span { border-color: #C619DE; }
span { border-color: rgb(198,25,222); }
td.TdClassName
{
border-color: #C619DE;
}
.TagClassName
{
border-color: #C619DE;
}
</style>