Shades of Deep Magenta #C426BD
Tints of Deep Magenta #C426BD
RGB
CMYK
RGB Variations
Color information
#C426BD (or 0xC426BD) is known color: Deep Magenta. HEX triplet: C4, 26 and BD. RGB value is (196,38,189). Sum of RGB (Red+Green+Blue) = 196+38+189=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C426BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C426BD is #3BD942. Grayscale: #666666. Windows color (decimal): -3922243 or 12396228. OLE color: 12396228.
HSL color Cylindrical-coordinate representation of color #C426BD: hue angle of 302.66º 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 #C426BD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 189 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.23 |
| HSL | 302.66º | 0.68% | 0.46% | - |
| HSV(B) | 302.66º | 0.81% | 0.77% | - |
| XYZ | 32.64 | 16.8 | 49.67 | - |
| YUV | 102.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 189 | 0 | 0.81 | 0.04 | 0.23 | 302.66 | 0.68 | 0.46 |
| Hex | C4 | 26 | BD | 0 | 51 | 4 | 17 | 12F | 44 | 2E |
| Octal | 304 | 46 | 275 | 0 | 121 | 4 | 27 | 457 | 104 | 56 |
| Binary | 11000100 | 100110 | 10111101 | 0 | 1010001 | 100 | 10111 | 100101111 | 1000100 | 101110 |
Color Harmonies of #C426BD
Complementary color
Monochromatic Colors of #C426BD
Black with #C426BD
Text Example
Text Example
White with #C426BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426BD; }
p { color: rgb(196,38,189); }
H1.HeaderClassName
{
color: #C426BD;
}
.AnyTagClassName
{
color: #C426BD;
}
</style>
background-color css
<style>
a { background-color: #C426BD; }
a { background-color: rgb(196,38,189); }
div.DivClassName
{
background-color: #C426BD;
}
.BgClassName
{
background-color: #C426BD;
}
</style>
border-color css
<style>
span { border-color: #C426BD; }
span { border-color: rgb(196,38,189); }
td.TdClassName
{
border-color: #C426BD;
}
.TagClassName
{
border-color: #C426BD;
}
</style>