Shades of Deep Magenta #C426BE
Tints of Deep Magenta #C426BE
RGB
CMYK
RGB Variations
Color information
#C426BE (or 0xC426BE) is known color: Deep Magenta. HEX triplet: C4, 26 and BE. RGB value is (196,38,190). Sum of RGB (Red+Green+Blue) = 196+38+190=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C426BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426BE is #3BD941. Grayscale: #666666. Windows color (decimal): -3922242 or 12461764. OLE color: 12461764.
HSL color Cylindrical-coordinate representation of color #C426BE: hue angle of 302.28º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426BE is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 190 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.23 |
| HSL | 302.28º | 0.68% | 0.46% | - |
| HSV(B) | 302.28º | 0.81% | 0.77% | - |
| XYZ | 32.75 | 16.84 | 50.24 | - |
| YUV | 102.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 190 | 0 | 0.81 | 0.03 | 0.23 | 302.28 | 0.68 | 0.46 |
| Hex | C4 | 26 | BE | 0 | 51 | 3 | 17 | 12E | 44 | 2E |
| Octal | 304 | 46 | 276 | 0 | 121 | 3 | 27 | 456 | 104 | 56 |
| Binary | 11000100 | 100110 | 10111110 | 0 | 1010001 | 11 | 10111 | 100101110 | 1000100 | 101110 |
Color Harmonies of #C426BE
Complementary color
Monochromatic Colors of #C426BE
Black with #C426BE
Text Example
Text Example
White with #C426BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426BE; }
p { color: rgb(196,38,190); }
H1.HeaderClassName
{
color: #C426BE;
}
.AnyTagClassName
{
color: #C426BE;
}
</style>
background-color css
<style>
a { background-color: #C426BE; }
a { background-color: rgb(196,38,190); }
div.DivClassName
{
background-color: #C426BE;
}
.BgClassName
{
background-color: #C426BE;
}
</style>
border-color css
<style>
span { border-color: #C426BE; }
span { border-color: rgb(196,38,190); }
td.TdClassName
{
border-color: #C426BE;
}
.TagClassName
{
border-color: #C426BE;
}
</style>