Shades of Deep Magenta #C218DB
Tints of Deep Magenta #C218DB
RGB
CMYK
RGB Variations
Color information
#C218DB (or 0xC218DB) is known color: Deep Magenta. HEX triplet: C2, 18 and DB. RGB value is (194,24,219). Sum of RGB (Red+Green+Blue) = 194+24+219=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C218DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218DB is #3DE724. Grayscale: #606060. Windows color (decimal): -4056869 or 14358722. OLE color: 14358722.
HSL color Cylindrical-coordinate representation of color #C218DB: hue angle of 292.31º 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 #C218DB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 24 | 219 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.14 |
| HSL | 292.31º | 0.8% | 0.48% | - |
| HSV(B) | 292.31º | 0.89% | 0.86% | - |
| XYZ | 35.36 | 17.24 | 68.48 | - |
| YUV | 97.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 219 | 0.11 | 0.89 | 0 | 0.14 | 292.31 | 0.8 | 0.48 |
| Hex | C2 | 18 | DB | B | 59 | 0 | E | 124 | 50 | 30 |
| Octal | 302 | 30 | 333 | 13 | 131 | 0 | 16 | 444 | 120 | 60 |
| Binary | 11000010 | 11000 | 11011011 | 1011 | 1011001 | 0 | 1110 | 100100100 | 1010000 | 110000 |
Color Harmonies of #C218DB
Complementary color
Monochromatic Colors of #C218DB
Black with #C218DB
Text Example
Text Example
White with #C218DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218DB; }
p { color: rgb(194,24,219); }
H1.HeaderClassName
{
color: #C218DB;
}
.AnyTagClassName
{
color: #C218DB;
}
</style>
background-color css
<style>
a { background-color: #C218DB; }
a { background-color: rgb(194,24,219); }
div.DivClassName
{
background-color: #C218DB;
}
.BgClassName
{
background-color: #C218DB;
}
</style>
border-color css
<style>
span { border-color: #C218DB; }
span { border-color: rgb(194,24,219); }
td.TdClassName
{
border-color: #C218DB;
}
.TagClassName
{
border-color: #C218DB;
}
</style>