Shades of Deep Magenta #C818DB
Tints of Deep Magenta #C818DB
RGB
CMYK
RGB Variations
Color information
#C818DB (or 0xC818DB) is known color: Deep Magenta. HEX triplet: C8, 18 and DB. RGB value is (200,24,219). Sum of RGB (Red+Green+Blue) = 200+24+219=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C818DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818DB is #37E724. Grayscale: #626262. Windows color (decimal): -3663653 or 14358728. OLE color: 14358728.
HSL color Cylindrical-coordinate representation of color #C818DB: hue angle of 294.15º 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 #C818DB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 24 | 219 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.14 |
| HSL | 294.15º | 0.8% | 0.48% | - |
| HSV(B) | 294.15º | 0.89% | 0.86% | - |
| XYZ | 36.93 | 18.05 | 68.55 | - |
| YUV | 98.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 219 | 0.09 | 0.89 | 0 | 0.14 | 294.15 | 0.8 | 0.48 |
| Hex | C8 | 18 | DB | 9 | 59 | 0 | E | 126 | 50 | 30 |
| Octal | 310 | 30 | 333 | 11 | 131 | 0 | 16 | 446 | 120 | 60 |
| Binary | 11001000 | 11000 | 11011011 | 1001 | 1011001 | 0 | 1110 | 100100110 | 1010000 | 110000 |
Color Harmonies of #C818DB
Complementary color
Monochromatic Colors of #C818DB
Black with #C818DB
Text Example
Text Example
White with #C818DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818DB; }
p { color: rgb(200,24,219); }
H1.HeaderClassName
{
color: #C818DB;
}
.AnyTagClassName
{
color: #C818DB;
}
</style>
background-color css
<style>
a { background-color: #C818DB; }
a { background-color: rgb(200,24,219); }
div.DivClassName
{
background-color: #C818DB;
}
.BgClassName
{
background-color: #C818DB;
}
</style>
border-color css
<style>
span { border-color: #C818DB; }
span { border-color: rgb(200,24,219); }
td.TdClassName
{
border-color: #C818DB;
}
.TagClassName
{
border-color: #C818DB;
}
</style>