Shades of Deep Magenta #C026D1
Tints of Deep Magenta #C026D1
RGB
CMYK
RGB Variations
Color information
#C026D1 (or 0xC026D1) is known color: Deep Magenta. HEX triplet: C0, 26 and D1. RGB value is (192,38,209). Sum of RGB (Red+Green+Blue) = 192+38+209=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #C026D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026D1 is #3FD92E. Grayscale: #676767. Windows color (decimal): -4184367 or 13706944. OLE color: 13706944.
HSL color Cylindrical-coordinate representation of color #C026D1: hue angle of 294.04º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C026D1 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 38 | 209 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.18 |
| HSL | 294.04º | 0.69% | 0.48% | - |
| HSV(B) | 294.04º | 0.82% | 0.82% | - |
| XYZ | 33.94 | 17.2 | 61.85 | - |
| YUV | 103.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 209 | 0.08 | 0.82 | 0 | 0.18 | 294.04 | 0.69 | 0.48 |
| Hex | C0 | 26 | D1 | 8 | 52 | 0 | 12 | 126 | 45 | 30 |
| Octal | 300 | 46 | 321 | 10 | 122 | 0 | 22 | 446 | 105 | 60 |
| Binary | 11000000 | 100110 | 11010001 | 1000 | 1010010 | 0 | 10010 | 100100110 | 1000101 | 110000 |
Color Harmonies of #C026D1
Complementary color
Monochromatic Colors of #C026D1
Black with #C026D1
Text Example
Text Example
White with #C026D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026D1; }
p { color: rgb(192,38,209); }
H1.HeaderClassName
{
color: #C026D1;
}
.AnyTagClassName
{
color: #C026D1;
}
</style>
background-color css
<style>
a { background-color: #C026D1; }
a { background-color: rgb(192,38,209); }
div.DivClassName
{
background-color: #C026D1;
}
.BgClassName
{
background-color: #C026D1;
}
</style>
border-color css
<style>
span { border-color: #C026D1; }
span { border-color: rgb(192,38,209); }
td.TdClassName
{
border-color: #C026D1;
}
.TagClassName
{
border-color: #C026D1;
}
</style>