Shades of Deep Magenta #C426BA
Tints of Deep Magenta #C426BA
RGB
CMYK
RGB Variations
Color information
#C426BA (or 0xC426BA) is known color: Deep Magenta. HEX triplet: C4, 26 and BA. RGB value is (196,38,186). Sum of RGB (Red+Green+Blue) = 196+38+186=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C426BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426BA is #3BD945. Grayscale: #656565. Windows color (decimal): -3922246 or 12199620. OLE color: 12199620.
HSL color Cylindrical-coordinate representation of color #C426BA: hue angle of 303.8º 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 #C426BA is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 186 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.23 |
| HSL | 303.8º | 0.68% | 0.46% | - |
| HSV(B) | 303.8º | 0.81% | 0.77% | - |
| XYZ | 32.32 | 16.67 | 47.97 | - |
| YUV | 102.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 186 | 0 | 0.81 | 0.05 | 0.23 | 303.8 | 0.68 | 0.46 |
| Hex | C4 | 26 | BA | 0 | 51 | 5 | 17 | 130 | 44 | 2E |
| Octal | 304 | 46 | 272 | 0 | 121 | 5 | 27 | 460 | 104 | 56 |
| Binary | 11000100 | 100110 | 10111010 | 0 | 1010001 | 101 | 10111 | 100110000 | 1000100 | 101110 |
Color Harmonies of #C426BA
Complementary color
Monochromatic Colors of #C426BA
Black with #C426BA
Text Example
Text Example
White with #C426BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426BA; }
p { color: rgb(196,38,186); }
H1.HeaderClassName
{
color: #C426BA;
}
.AnyTagClassName
{
color: #C426BA;
}
</style>
background-color css
<style>
a { background-color: #C426BA; }
a { background-color: rgb(196,38,186); }
div.DivClassName
{
background-color: #C426BA;
}
.BgClassName
{
background-color: #C426BA;
}
</style>
border-color css
<style>
span { border-color: #C426BA; }
span { border-color: rgb(196,38,186); }
td.TdClassName
{
border-color: #C426BA;
}
.TagClassName
{
border-color: #C426BA;
}
</style>