Shades of Deep Magenta #C619D7
Tints of Deep Magenta #C619D7
RGB
CMYK
RGB Variations
Color information
#C619D7 (or 0xC619D7) is known color: Deep Magenta. HEX triplet: C6, 19 and D7. RGB value is (198,25,215). Sum of RGB (Red+Green+Blue) = 198+25+215=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #C619D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619D7 is #39E628. Grayscale: #616161. Windows color (decimal): -3794473 or 14096838. OLE color: 14096838.
HSL color Cylindrical-coordinate representation of color #C619D7: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C619D7 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 25 | 215 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.16 |
| HSL | 294.63º | 0.79% | 0.47% | - |
| HSV(B) | 294.63º | 0.88% | 0.84% | - |
| XYZ | 35.9 | 17.61 | 65.8 | - |
| YUV | 98.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 215 | 0.08 | 0.88 | 0 | 0.16 | 294.63 | 0.79 | 0.47 |
| Hex | C6 | 19 | D7 | 8 | 58 | 0 | 10 | 127 | 4F | 2F |
| Octal | 306 | 31 | 327 | 10 | 130 | 0 | 20 | 447 | 117 | 57 |
| Binary | 11000110 | 11001 | 11010111 | 1000 | 1011000 | 0 | 10000 | 100100111 | 1001111 | 101111 |
Color Harmonies of #C619D7
Complementary color
Monochromatic Colors of #C619D7
Black with #C619D7
Text Example
Text Example
White with #C619D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619D7; }
p { color: rgb(198,25,215); }
H1.HeaderClassName
{
color: #C619D7;
}
.AnyTagClassName
{
color: #C619D7;
}
</style>
background-color css
<style>
a { background-color: #C619D7; }
a { background-color: rgb(198,25,215); }
div.DivClassName
{
background-color: #C619D7;
}
.BgClassName
{
background-color: #C619D7;
}
</style>
border-color css
<style>
span { border-color: #C619D7; }
span { border-color: rgb(198,25,215); }
td.TdClassName
{
border-color: #C619D7;
}
.TagClassName
{
border-color: #C619D7;
}
</style>