Shades of Deep Magenta #C619DA
Tints of Deep Magenta #C619DA
RGB
CMYK
RGB Variations
Color information
#C619DA (or 0xC619DA) is known color: Deep Magenta. HEX triplet: C6, 19 and DA. RGB value is (198,25,218). Sum of RGB (Red+Green+Blue) = 198+25+218=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #C619DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619DA is #39E625. Grayscale: #626262. Windows color (decimal): -3794470 or 14293446. OLE color: 14293446.
HSL color Cylindrical-coordinate representation of color #C619DA: hue angle of 293.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C619DA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 25 | 218 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.15 |
| HSL | 293.78º | 0.79% | 0.48% | - |
| HSV(B) | 293.78º | 0.89% | 0.85% | - |
| XYZ | 36.29 | 17.76 | 67.85 | - |
| YUV | 98.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 218 | 0.09 | 0.89 | 0 | 0.15 | 293.78 | 0.79 | 0.48 |
| Hex | C6 | 19 | DA | 9 | 59 | 0 | F | 126 | 4F | 30 |
| Octal | 306 | 31 | 332 | 11 | 131 | 0 | 17 | 446 | 117 | 60 |
| Binary | 11000110 | 11001 | 11011010 | 1001 | 1011001 | 0 | 1111 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C619DA
Complementary color
Monochromatic Colors of #C619DA
Black with #C619DA
Text Example
Text Example
White with #C619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619DA; }
p { color: rgb(198,25,218); }
H1.HeaderClassName
{
color: #C619DA;
}
.AnyTagClassName
{
color: #C619DA;
}
</style>
background-color css
<style>
a { background-color: #C619DA; }
a { background-color: rgb(198,25,218); }
div.DivClassName
{
background-color: #C619DA;
}
.BgClassName
{
background-color: #C619DA;
}
</style>
border-color css
<style>
span { border-color: #C619DA; }
span { border-color: rgb(198,25,218); }
td.TdClassName
{
border-color: #C619DA;
}
.TagClassName
{
border-color: #C619DA;
}
</style>