Shades of Deep Magenta #C026DF
Tints of Deep Magenta #C026DF
RGB
CMYK
RGB Variations
Color information
#C026DF (or 0xC026DF) is known color: Deep Magenta. HEX triplet: C0, 26 and DF. RGB value is (192,38,223). Sum of RGB (Red+Green+Blue) = 192+38+223=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C026DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026DF is #3FD920. Grayscale: #686868. Windows color (decimal): -4184353 or 14624448. OLE color: 14624448.
HSL color Cylindrical-coordinate representation of color #C026DF: hue angle of 289.95º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026DF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 38 | 223 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.13 |
| HSL | 289.95º | 0.74% | 0.51% | - |
| HSV(B) | 289.95º | 0.83% | 0.87% | - |
| XYZ | 35.75 | 17.92 | 71.39 | - |
| YUV | 105.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 223 | 0.14 | 0.83 | 0 | 0.13 | 289.95 | 0.74 | 0.51 |
| Hex | C0 | 26 | DF | E | 53 | 0 | D | 122 | 4A | 33 |
| Octal | 300 | 46 | 337 | 16 | 123 | 0 | 15 | 442 | 112 | 63 |
| Binary | 11000000 | 100110 | 11011111 | 1110 | 1010011 | 0 | 1101 | 100100010 | 1001010 | 110011 |
Color Harmonies of #C026DF
Complementary color
Monochromatic Colors of #C026DF
Black with #C026DF
Text Example
Text Example
White with #C026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026DF; }
p { color: rgb(192,38,223); }
H1.HeaderClassName
{
color: #C026DF;
}
.AnyTagClassName
{
color: #C026DF;
}
</style>
background-color css
<style>
a { background-color: #C026DF; }
a { background-color: rgb(192,38,223); }
div.DivClassName
{
background-color: #C026DF;
}
.BgClassName
{
background-color: #C026DF;
}
</style>
border-color css
<style>
span { border-color: #C026DF; }
span { border-color: rgb(192,38,223); }
td.TdClassName
{
border-color: #C026DF;
}
.TagClassName
{
border-color: #C026DF;
}
</style>