Shades of Deep Magenta #C026DC
Tints of Deep Magenta #C026DC
RGB
CMYK
RGB Variations
Color information
#C026DC (or 0xC026DC) is known color: Deep Magenta. HEX triplet: C0, 26 and DC. RGB value is (192,38,220). Sum of RGB (Red+Green+Blue) = 192+38+220=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #C026DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026DC is #3FD923. Grayscale: #686868. Windows color (decimal): -4184356 or 14427840. OLE color: 14427840.
HSL color Cylindrical-coordinate representation of color #C026DC: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026DC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 38 | 220 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.14 |
| HSL | 290.77º | 0.72% | 0.51% | - |
| HSV(B) | 290.77º | 0.83% | 0.86% | - |
| XYZ | 35.35 | 17.76 | 69.28 | - |
| YUV | 104.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 220 | 0.13 | 0.83 | 0 | 0.14 | 290.77 | 0.72 | 0.51 |
| Hex | C0 | 26 | DC | D | 53 | 0 | E | 123 | 48 | 33 |
| Octal | 300 | 46 | 334 | 15 | 123 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000000 | 100110 | 11011100 | 1101 | 1010011 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C026DC
Complementary color
Monochromatic Colors of #C026DC
Black with #C026DC
Text Example
Text Example
White with #C026DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026DC; }
p { color: rgb(192,38,220); }
H1.HeaderClassName
{
color: #C026DC;
}
.AnyTagClassName
{
color: #C026DC;
}
</style>
background-color css
<style>
a { background-color: #C026DC; }
a { background-color: rgb(192,38,220); }
div.DivClassName
{
background-color: #C026DC;
}
.BgClassName
{
background-color: #C026DC;
}
</style>
border-color css
<style>
span { border-color: #C026DC; }
span { border-color: rgb(192,38,220); }
td.TdClassName
{
border-color: #C026DC;
}
.TagClassName
{
border-color: #C026DC;
}
</style>