Shades of Deep Magenta #C618DB
Tints of Deep Magenta #C618DB
RGB
CMYK
RGB Variations
Color information
#C618DB (or 0xC618DB) is known color: Deep Magenta. HEX triplet: C6, 18 and DB. RGB value is (198,24,219). Sum of RGB (Red+Green+Blue) = 198+24+219=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C618DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618DB is #39E724. Grayscale: #616161. Windows color (decimal): -3794725 or 14358726. OLE color: 14358726.
HSL color Cylindrical-coordinate representation of color #C618DB: hue angle of 293.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C618DB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 24 | 219 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.14 |
| HSL | 293.54º | 0.8% | 0.48% | - |
| HSV(B) | 293.54º | 0.89% | 0.86% | - |
| XYZ | 36.4 | 17.77 | 68.53 | - |
| YUV | 98.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 219 | 0.10 | 0.89 | 0 | 0.14 | 293.54 | 0.8 | 0.48 |
| Hex | C6 | 18 | DB | A | 59 | 0 | E | 126 | 50 | 30 |
| Octal | 306 | 30 | 333 | 12 | 131 | 0 | 16 | 446 | 120 | 60 |
| Binary | 11000110 | 11000 | 11011011 | 1010 | 1011001 | 0 | 1110 | 100100110 | 1010000 | 110000 |
Color Harmonies of #C618DB
Complementary color
Monochromatic Colors of #C618DB
Black with #C618DB
Text Example
Text Example
White with #C618DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618DB; }
p { color: rgb(198,24,219); }
H1.HeaderClassName
{
color: #C618DB;
}
.AnyTagClassName
{
color: #C618DB;
}
</style>
background-color css
<style>
a { background-color: #C618DB; }
a { background-color: rgb(198,24,219); }
div.DivClassName
{
background-color: #C618DB;
}
.BgClassName
{
background-color: #C618DB;
}
</style>
border-color css
<style>
span { border-color: #C618DB; }
span { border-color: rgb(198,24,219); }
td.TdClassName
{
border-color: #C618DB;
}
.TagClassName
{
border-color: #C618DB;
}
</style>