Shades of Deep Magenta #C614DC
Tints of Deep Magenta #C614DC
RGB
CMYK
RGB Variations
Color information
#C614DC (or 0xC614DC) is known color: Deep Magenta. HEX triplet: C6, 14 and DC. RGB value is (198,20,220). Sum of RGB (Red+Green+Blue) = 198+20+220=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #C614DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614DC is #39EB23. Grayscale: #5F5F5F. Windows color (decimal): -3795748 or 14423238. OLE color: 14423238.
HSL color Cylindrical-coordinate representation of color #C614DC: hue angle of 293.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C614DC is Cyan = 0.1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 20 | 220 | - |
| CMYK | 0.1 | 0.91 | 0 | 0.14 |
| HSL | 293.4º | 0.83% | 0.47% | - |
| HSV(B) | 293.4º | 0.91% | 0.86% | - |
| XYZ | 36.46 | 17.67 | 69.2 | - |
| YUV | 96.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 220 | 0.1 | 0.91 | 0 | 0.14 | 293.4 | 0.83 | 0.47 |
| Hex | C6 | 14 | DC | A | 5B | 0 | E | 125 | 53 | 2F |
| Octal | 306 | 24 | 334 | 12 | 133 | 0 | 16 | 445 | 123 | 57 |
| Binary | 11000110 | 10100 | 11011100 | 1010 | 1011011 | 0 | 1110 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C614DC
Complementary color
Monochromatic Colors of #C614DC
Black with #C614DC
Text Example
Text Example
White with #C614DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614DC; }
p { color: rgb(198,20,220); }
H1.HeaderClassName
{
color: #C614DC;
}
.AnyTagClassName
{
color: #C614DC;
}
</style>
background-color css
<style>
a { background-color: #C614DC; }
a { background-color: rgb(198,20,220); }
div.DivClassName
{
background-color: #C614DC;
}
.BgClassName
{
background-color: #C614DC;
}
</style>
border-color css
<style>
span { border-color: #C614DC; }
span { border-color: rgb(198,20,220); }
td.TdClassName
{
border-color: #C614DC;
}
.TagClassName
{
border-color: #C614DC;
}
</style>