Shades of Deep Magenta #C026DB
Tints of Deep Magenta #C026DB
RGB
CMYK
RGB Variations
Color information
#C026DB (or 0xC026DB) is known color: Deep Magenta. HEX triplet: C0, 26 and DB. RGB value is (192,38,219). Sum of RGB (Red+Green+Blue) = 192+38+219=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C026DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026DB is #3FD924. Grayscale: #686868. Windows color (decimal): -4184357 or 14362304. OLE color: 14362304.
HSL color Cylindrical-coordinate representation of color #C026DB: hue angle of 291.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026DB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 38 | 219 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.14 |
| HSL | 291.05º | 0.72% | 0.5% | - |
| HSV(B) | 291.05º | 0.83% | 0.86% | - |
| XYZ | 35.22 | 17.71 | 68.58 | - |
| YUV | 104.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 219 | 0.12 | 0.83 | 0 | 0.14 | 291.05 | 0.72 | 0.5 |
| Hex | C0 | 26 | DB | C | 53 | 0 | E | 123 | 48 | 32 |
| Octal | 300 | 46 | 333 | 14 | 123 | 0 | 16 | 443 | 110 | 62 |
| Binary | 11000000 | 100110 | 11011011 | 1100 | 1010011 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C026DB
Complementary color
Monochromatic Colors of #C026DB
Black with #C026DB
Text Example
Text Example
White with #C026DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026DB; }
p { color: rgb(192,38,219); }
H1.HeaderClassName
{
color: #C026DB;
}
.AnyTagClassName
{
color: #C026DB;
}
</style>
background-color css
<style>
a { background-color: #C026DB; }
a { background-color: rgb(192,38,219); }
div.DivClassName
{
background-color: #C026DB;
}
.BgClassName
{
background-color: #C026DB;
}
</style>
border-color css
<style>
span { border-color: #C026DB; }
span { border-color: rgb(192,38,219); }
td.TdClassName
{
border-color: #C026DB;
}
.TagClassName
{
border-color: #C026DB;
}
</style>