Shades of Deep Magenta #C619CF
Tints of Deep Magenta #C619CF
RGB
CMYK
RGB Variations
Color information
#C619CF (or 0xC619CF) is known color: Deep Magenta. HEX triplet: C6, 19 and CF. RGB value is (198,25,207). Sum of RGB (Red+Green+Blue) = 198+25+207=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C619CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619CF is #39E630. Grayscale: #606060. Windows color (decimal): -3794481 or 13572550. OLE color: 13572550.
HSL color Cylindrical-coordinate representation of color #C619CF: hue angle of 297.03º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C619CF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 25 | 207 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.19 |
| HSL | 297.03º | 0.78% | 0.45% | - |
| HSV(B) | 297.03º | 0.88% | 0.81% | - |
| XYZ | 34.9 | 17.21 | 60.51 | - |
| YUV | 97.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 207 | 0.04 | 0.88 | 0 | 0.19 | 297.03 | 0.78 | 0.45 |
| Hex | C6 | 19 | CF | 4 | 58 | 0 | 13 | 129 | 4E | 2D |
| Octal | 306 | 31 | 317 | 4 | 130 | 0 | 23 | 451 | 116 | 55 |
| Binary | 11000110 | 11001 | 11001111 | 100 | 1011000 | 0 | 10011 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C619CF
Complementary color
Monochromatic Colors of #C619CF
Black with #C619CF
Text Example
Text Example
White with #C619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619CF; }
p { color: rgb(198,25,207); }
H1.HeaderClassName
{
color: #C619CF;
}
.AnyTagClassName
{
color: #C619CF;
}
</style>
background-color css
<style>
a { background-color: #C619CF; }
a { background-color: rgb(198,25,207); }
div.DivClassName
{
background-color: #C619CF;
}
.BgClassName
{
background-color: #C619CF;
}
</style>
border-color css
<style>
span { border-color: #C619CF; }
span { border-color: rgb(198,25,207); }
td.TdClassName
{
border-color: #C619CF;
}
.TagClassName
{
border-color: #C619CF;
}
</style>