Shades of Deep Magenta #C618DE
Tints of Deep Magenta #C618DE
RGB
CMYK
RGB Variations
Color information
#C618DE (or 0xC618DE) is known color: Deep Magenta. HEX triplet: C6, 18 and DE. RGB value is (198,24,222). Sum of RGB (Red+Green+Blue) = 198+24+222=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #C618DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618DE is #39E721. Grayscale: #616161. Windows color (decimal): -3794722 or 14555334. OLE color: 14555334.
HSL color Cylindrical-coordinate representation of color #C618DE: hue angle of 292.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C618DE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 24 | 222 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.13 |
| HSL | 292.73º | 0.8% | 0.48% | - |
| HSV(B) | 292.73º | 0.89% | 0.87% | - |
| XYZ | 36.8 | 17.93 | 70.63 | - |
| YUV | 98.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 222 | 0.11 | 0.89 | 0 | 0.13 | 292.73 | 0.8 | 0.48 |
| Hex | C6 | 18 | DE | B | 59 | 0 | D | 125 | 50 | 30 |
| Octal | 306 | 30 | 336 | 13 | 131 | 0 | 15 | 445 | 120 | 60 |
| Binary | 11000110 | 11000 | 11011110 | 1011 | 1011001 | 0 | 1101 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C618DE
Complementary color
Monochromatic Colors of #C618DE
Black with #C618DE
Text Example
Text Example
White with #C618DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618DE; }
p { color: rgb(198,24,222); }
H1.HeaderClassName
{
color: #C618DE;
}
.AnyTagClassName
{
color: #C618DE;
}
</style>
background-color css
<style>
a { background-color: #C618DE; }
a { background-color: rgb(198,24,222); }
div.DivClassName
{
background-color: #C618DE;
}
.BgClassName
{
background-color: #C618DE;
}
</style>
border-color css
<style>
span { border-color: #C618DE; }
span { border-color: rgb(198,24,222); }
td.TdClassName
{
border-color: #C618DE;
}
.TagClassName
{
border-color: #C618DE;
}
</style>