Shades of Deep Magenta #C619DC
Tints of Deep Magenta #C619DC
RGB
CMYK
RGB Variations
Color information
#C619DC (or 0xC619DC) is known color: Deep Magenta. HEX triplet: C6, 19 and DC. RGB value is (198,25,220). Sum of RGB (Red+Green+Blue) = 198+25+220=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C619DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619DC is #39E623. Grayscale: #626262. Windows color (decimal): -3794468 or 14424518. OLE color: 14424518.
HSL color Cylindrical-coordinate representation of color #C619DC: hue angle of 293.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619DC is Cyan = 0.1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 25 | 220 | - |
| CMYK | 0.1 | 0.89 | 0 | 0.14 |
| HSL | 293.23º | 0.8% | 0.48% | - |
| HSV(B) | 293.23º | 0.89% | 0.86% | - |
| XYZ | 36.55 | 17.87 | 69.23 | - |
| YUV | 98.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 220 | 0.1 | 0.89 | 0 | 0.14 | 293.23 | 0.8 | 0.48 |
| Hex | C6 | 19 | DC | A | 59 | 0 | E | 125 | 50 | 30 |
| Octal | 306 | 31 | 334 | 12 | 131 | 0 | 16 | 445 | 120 | 60 |
| Binary | 11000110 | 11001 | 11011100 | 1010 | 1011001 | 0 | 1110 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C619DC
Complementary color
Monochromatic Colors of #C619DC
Black with #C619DC
Text Example
Text Example
White with #C619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619DC; }
p { color: rgb(198,25,220); }
H1.HeaderClassName
{
color: #C619DC;
}
.AnyTagClassName
{
color: #C619DC;
}
</style>
background-color css
<style>
a { background-color: #C619DC; }
a { background-color: rgb(198,25,220); }
div.DivClassName
{
background-color: #C619DC;
}
.BgClassName
{
background-color: #C619DC;
}
</style>
border-color css
<style>
span { border-color: #C619DC; }
span { border-color: rgb(198,25,220); }
td.TdClassName
{
border-color: #C619DC;
}
.TagClassName
{
border-color: #C619DC;
}
</style>