Shades of Deep Magenta #C619D1
Tints of Deep Magenta #C619D1
RGB
CMYK
RGB Variations
Color information
#C619D1 (or 0xC619D1) is known color: Deep Magenta. HEX triplet: C6, 19 and D1. RGB value is (198,25,209). Sum of RGB (Red+Green+Blue) = 198+25+209=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #C619D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619D1 is #39E62E. Grayscale: #616161. Windows color (decimal): -3794479 or 13703622. OLE color: 13703622.
HSL color Cylindrical-coordinate representation of color #C619D1: hue angle of 296.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C619D1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 25 | 209 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.18 |
| HSL | 296.41º | 0.79% | 0.46% | - |
| HSV(B) | 296.41º | 0.88% | 0.82% | - |
| XYZ | 35.14 | 17.3 | 61.81 | - |
| YUV | 97.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 209 | 0.05 | 0.88 | 0 | 0.18 | 296.41 | 0.79 | 0.46 |
| Hex | C6 | 19 | D1 | 5 | 58 | 0 | 12 | 128 | 4F | 2E |
| Octal | 306 | 31 | 321 | 5 | 130 | 0 | 22 | 450 | 117 | 56 |
| Binary | 11000110 | 11001 | 11010001 | 101 | 1011000 | 0 | 10010 | 100101000 | 1001111 | 101110 |
Color Harmonies of #C619D1
Complementary color
Monochromatic Colors of #C619D1
Black with #C619D1
Text Example
Text Example
White with #C619D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619D1; }
p { color: rgb(198,25,209); }
H1.HeaderClassName
{
color: #C619D1;
}
.AnyTagClassName
{
color: #C619D1;
}
</style>
background-color css
<style>
a { background-color: #C619D1; }
a { background-color: rgb(198,25,209); }
div.DivClassName
{
background-color: #C619D1;
}
.BgClassName
{
background-color: #C619D1;
}
</style>
border-color css
<style>
span { border-color: #C619D1; }
span { border-color: rgb(198,25,209); }
td.TdClassName
{
border-color: #C619D1;
}
.TagClassName
{
border-color: #C619D1;
}
</style>