Shades of Deep Magenta #C027DB
Tints of Deep Magenta #C027DB
RGB
CMYK
RGB Variations
Color information
#C027DB (or 0xC027DB) is known color: Deep Magenta. HEX triplet: C0, 27 and DB. RGB value is (192,39,219). Sum of RGB (Red+Green+Blue) = 192+39+219=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C027DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DB is #3FD824. Grayscale: #686868. Windows color (decimal): -4184101 or 14362560. OLE color: 14362560.
HSL color Cylindrical-coordinate representation of color #C027DB: hue angle of 291º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C027DB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 39 | 219 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.14 |
| HSL | 291º | 0.71% | 0.51% | - |
| HSV(B) | 291º | 0.82% | 0.86% | - |
| XYZ | 35.25 | 17.77 | 68.59 | - |
| YUV | 105.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 219 | 0.12 | 0.82 | 0 | 0.14 | 291 | 0.71 | 0.51 |
| Hex | C0 | 27 | DB | C | 52 | 0 | E | 123 | 47 | 33 |
| Octal | 300 | 47 | 333 | 14 | 122 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000000 | 100111 | 11011011 | 1100 | 1010010 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C027DB
Complementary color
Monochromatic Colors of #C027DB
Black with #C027DB
Text Example
Text Example
White with #C027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027DB; }
p { color: rgb(192,39,219); }
H1.HeaderClassName
{
color: #C027DB;
}
.AnyTagClassName
{
color: #C027DB;
}
</style>
background-color css
<style>
a { background-color: #C027DB; }
a { background-color: rgb(192,39,219); }
div.DivClassName
{
background-color: #C027DB;
}
.BgClassName
{
background-color: #C027DB;
}
</style>
border-color css
<style>
span { border-color: #C027DB; }
span { border-color: rgb(192,39,219); }
td.TdClassName
{
border-color: #C027DB;
}
.TagClassName
{
border-color: #C027DB;
}
</style>