Shades of Deep Magenta #C619DF
Tints of Deep Magenta #C619DF
RGB
CMYK
RGB Variations
Color information
#C619DF (or 0xC619DF) is known color: Deep Magenta. HEX triplet: C6, 19 and DF. RGB value is (198,25,223). Sum of RGB (Red+Green+Blue) = 198+25+223=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C619DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619DF is #39E620. Grayscale: #626262. Windows color (decimal): -3794465 or 14621126. OLE color: 14621126.
HSL color Cylindrical-coordinate representation of color #C619DF: hue angle of 292.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619DF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 25 | 223 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.13 |
| HSL | 292.42º | 0.8% | 0.49% | - |
| HSV(B) | 292.42º | 0.89% | 0.87% | - |
| XYZ | 36.96 | 18.03 | 71.34 | - |
| YUV | 99.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 223 | 0.11 | 0.89 | 0 | 0.13 | 292.42 | 0.8 | 0.49 |
| Hex | C6 | 19 | DF | B | 59 | 0 | D | 124 | 50 | 31 |
| Octal | 306 | 31 | 337 | 13 | 131 | 0 | 15 | 444 | 120 | 61 |
| Binary | 11000110 | 11001 | 11011111 | 1011 | 1011001 | 0 | 1101 | 100100100 | 1010000 | 110001 |
Color Harmonies of #C619DF
Complementary color
Monochromatic Colors of #C619DF
Black with #C619DF
Text Example
Text Example
White with #C619DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619DF; }
p { color: rgb(198,25,223); }
H1.HeaderClassName
{
color: #C619DF;
}
.AnyTagClassName
{
color: #C619DF;
}
</style>
background-color css
<style>
a { background-color: #C619DF; }
a { background-color: rgb(198,25,223); }
div.DivClassName
{
background-color: #C619DF;
}
.BgClassName
{
background-color: #C619DF;
}
</style>
border-color css
<style>
span { border-color: #C619DF; }
span { border-color: rgb(198,25,223); }
td.TdClassName
{
border-color: #C619DF;
}
.TagClassName
{
border-color: #C619DF;
}
</style>