Shades of Deep Magenta #C619DD
Tints of Deep Magenta #C619DD
RGB
CMYK
RGB Variations
Color information
#C619DD (or 0xC619DD) is known color: Deep Magenta. HEX triplet: C6, 19 and DD. RGB value is (198,25,221). Sum of RGB (Red+Green+Blue) = 198+25+221=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #C619DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619DD is #39E622. Grayscale: #626262. Windows color (decimal): -3794467 or 14490054. OLE color: 14490054.
HSL color Cylindrical-coordinate representation of color #C619DD: hue angle of 292.96º 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 #C619DD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 25 | 221 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.13 |
| HSL | 292.96º | 0.8% | 0.48% | - |
| HSV(B) | 292.96º | 0.89% | 0.87% | - |
| XYZ | 36.69 | 17.92 | 69.93 | - |
| YUV | 99.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 221 | 0.10 | 0.89 | 0 | 0.13 | 292.96 | 0.8 | 0.48 |
| Hex | C6 | 19 | DD | A | 59 | 0 | D | 125 | 50 | 30 |
| Octal | 306 | 31 | 335 | 12 | 131 | 0 | 15 | 445 | 120 | 60 |
| Binary | 11000110 | 11001 | 11011101 | 1010 | 1011001 | 0 | 1101 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C619DD
Complementary color
Monochromatic Colors of #C619DD
Black with #C619DD
Text Example
Text Example
White with #C619DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619DD; }
p { color: rgb(198,25,221); }
H1.HeaderClassName
{
color: #C619DD;
}
.AnyTagClassName
{
color: #C619DD;
}
</style>
background-color css
<style>
a { background-color: #C619DD; }
a { background-color: rgb(198,25,221); }
div.DivClassName
{
background-color: #C619DD;
}
.BgClassName
{
background-color: #C619DD;
}
</style>
border-color css
<style>
span { border-color: #C619DD; }
span { border-color: rgb(198,25,221); }
td.TdClassName
{
border-color: #C619DD;
}
.TagClassName
{
border-color: #C619DD;
}
</style>