Shades of Deep Magenta #C426D7
Tints of Deep Magenta #C426D7
RGB
CMYK
RGB Variations
Color information
#C426D7 (or 0xC426D7) is known color: Deep Magenta. HEX triplet: C4, 26 and D7. RGB value is (196,38,215). Sum of RGB (Red+Green+Blue) = 196+38+215=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #C426D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426D7 is #3BD928. Grayscale: #686868. Windows color (decimal): -3922217 or 14100164. OLE color: 14100164.
HSL color Cylindrical-coordinate representation of color #C426D7: hue angle of 293.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C426D7 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 38 | 215 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.16 |
| HSL | 293.56º | 0.7% | 0.5% | - |
| HSV(B) | 293.56º | 0.82% | 0.84% | - |
| XYZ | 35.72 | 18.03 | 65.89 | - |
| YUV | 105.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 215 | 0.09 | 0.82 | 0 | 0.16 | 293.56 | 0.7 | 0.5 |
| Hex | C4 | 26 | D7 | 9 | 52 | 0 | 10 | 126 | 46 | 32 |
| Octal | 304 | 46 | 327 | 11 | 122 | 0 | 20 | 446 | 106 | 62 |
| Binary | 11000100 | 100110 | 11010111 | 1001 | 1010010 | 0 | 10000 | 100100110 | 1000110 | 110010 |
Color Harmonies of #C426D7
Complementary color
Monochromatic Colors of #C426D7
Black with #C426D7
Text Example
Text Example
White with #C426D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426D7; }
p { color: rgb(196,38,215); }
H1.HeaderClassName
{
color: #C426D7;
}
.AnyTagClassName
{
color: #C426D7;
}
</style>
background-color css
<style>
a { background-color: #C426D7; }
a { background-color: rgb(196,38,215); }
div.DivClassName
{
background-color: #C426D7;
}
.BgClassName
{
background-color: #C426D7;
}
</style>
border-color css
<style>
span { border-color: #C426D7; }
span { border-color: rgb(196,38,215); }
td.TdClassName
{
border-color: #C426D7;
}
.TagClassName
{
border-color: #C426D7;
}
</style>