Shades of Deep Magenta #C026DA
Tints of Deep Magenta #C026DA
RGB
CMYK
RGB Variations
Color information
#C026DA (or 0xC026DA) is known color: Deep Magenta. HEX triplet: C0, 26 and DA. RGB value is (192,38,218). Sum of RGB (Red+Green+Blue) = 192+38+218=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #C026DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026DA is #3FD925. Grayscale: #686868. Windows color (decimal): -4184358 or 14296768. OLE color: 14296768.
HSL color Cylindrical-coordinate representation of color #C026DA: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026DA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 38 | 218 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.15 |
| HSL | 291.33º | 0.71% | 0.5% | - |
| HSV(B) | 291.33º | 0.83% | 0.85% | - |
| XYZ | 35.09 | 17.65 | 67.89 | - |
| YUV | 104.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 218 | 0.12 | 0.83 | 0 | 0.15 | 291.33 | 0.71 | 0.5 |
| Hex | C0 | 26 | DA | C | 53 | 0 | F | 123 | 47 | 32 |
| Octal | 300 | 46 | 332 | 14 | 123 | 0 | 17 | 443 | 107 | 62 |
| Binary | 11000000 | 100110 | 11011010 | 1100 | 1010011 | 0 | 1111 | 100100011 | 1000111 | 110010 |
Color Harmonies of #C026DA
Complementary color
Monochromatic Colors of #C026DA
Black with #C026DA
Text Example
Text Example
White with #C026DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026DA; }
p { color: rgb(192,38,218); }
H1.HeaderClassName
{
color: #C026DA;
}
.AnyTagClassName
{
color: #C026DA;
}
</style>
background-color css
<style>
a { background-color: #C026DA; }
a { background-color: rgb(192,38,218); }
div.DivClassName
{
background-color: #C026DA;
}
.BgClassName
{
background-color: #C026DA;
}
</style>
border-color css
<style>
span { border-color: #C026DA; }
span { border-color: rgb(192,38,218); }
td.TdClassName
{
border-color: #C026DA;
}
.TagClassName
{
border-color: #C026DA;
}
</style>