Shades of Deep Magenta #C027DC
Tints of Deep Magenta #C027DC
RGB
CMYK
RGB Variations
Color information
#C027DC (or 0xC027DC) is known color: Deep Magenta. HEX triplet: C0, 27 and DC. RGB value is (192,39,220). Sum of RGB (Red+Green+Blue) = 192+39+220=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #C027DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DC is #3FD823. Grayscale: #686868. Windows color (decimal): -4184100 or 14428096. OLE color: 14428096.
HSL color Cylindrical-coordinate representation of color #C027DC: hue angle of 290.72º degrees, saturation: 0.72, 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 #C027DC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 39 | 220 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.14 |
| HSL | 290.72º | 0.72% | 0.51% | - |
| HSV(B) | 290.72º | 0.82% | 0.86% | - |
| XYZ | 35.38 | 17.82 | 69.29 | - |
| YUV | 105.38 | 192.69 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 220 | 0.13 | 0.82 | 0 | 0.14 | 290.72 | 0.72 | 0.51 |
| Hex | C0 | 27 | DC | D | 52 | 0 | E | 123 | 48 | 33 |
| Octal | 300 | 47 | 334 | 15 | 122 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000000 | 100111 | 11011100 | 1101 | 1010010 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C027DC
Complementary color
Monochromatic Colors of #C027DC
Black with #C027DC
Text Example
Text Example
White with #C027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027DC; }
p { color: rgb(192,39,220); }
H1.HeaderClassName
{
color: #C027DC;
}
.AnyTagClassName
{
color: #C027DC;
}
</style>
background-color css
<style>
a { background-color: #C027DC; }
a { background-color: rgb(192,39,220); }
div.DivClassName
{
background-color: #C027DC;
}
.BgClassName
{
background-color: #C027DC;
}
</style>
border-color css
<style>
span { border-color: #C027DC; }
span { border-color: rgb(192,39,220); }
td.TdClassName
{
border-color: #C027DC;
}
.TagClassName
{
border-color: #C027DC;
}
</style>