Shades of Deep Magenta #C614DF
Tints of Deep Magenta #C614DF
RGB
CMYK
RGB Variations
Color information
#C614DF (or 0xC614DF) is known color: Deep Magenta. HEX triplet: C6, 14 and DF. RGB value is (198,20,223). Sum of RGB (Red+Green+Blue) = 198+20+223=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C614DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614DF is #39EB20. Grayscale: #5F5F5F. Windows color (decimal): -3795745 or 14619846. OLE color: 14619846.
HSL color Cylindrical-coordinate representation of color #C614DF: hue angle of 292.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C614DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 20 | 223 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.61º | 0.84% | 0.48% | - |
| HSV(B) | 292.61º | 0.91% | 0.87% | - |
| XYZ | 36.86 | 17.83 | 71.31 | - |
| YUV | 96.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 223 | 0.11 | 0.91 | 0 | 0.13 | 292.61 | 0.84 | 0.48 |
| Hex | C6 | 14 | DF | B | 5B | 0 | D | 125 | 54 | 30 |
| Octal | 306 | 24 | 337 | 13 | 133 | 0 | 15 | 445 | 124 | 60 |
| Binary | 11000110 | 10100 | 11011111 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 110000 |
Color Harmonies of #C614DF
Complementary color
Monochromatic Colors of #C614DF
Black with #C614DF
Text Example
Text Example
White with #C614DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614DF; }
p { color: rgb(198,20,223); }
H1.HeaderClassName
{
color: #C614DF;
}
.AnyTagClassName
{
color: #C614DF;
}
</style>
background-color css
<style>
a { background-color: #C614DF; }
a { background-color: rgb(198,20,223); }
div.DivClassName
{
background-color: #C614DF;
}
.BgClassName
{
background-color: #C614DF;
}
</style>
border-color css
<style>
span { border-color: #C614DF; }
span { border-color: rgb(198,20,223); }
td.TdClassName
{
border-color: #C614DF;
}
.TagClassName
{
border-color: #C614DF;
}
</style>