Shades of Deep Magenta #C424BB
Tints of Deep Magenta #C424BB
RGB
CMYK
RGB Variations
Color information
#C424BB (or 0xC424BB) is known color: Deep Magenta. HEX triplet: C4, 24 and BB. RGB value is (196,36,187). Sum of RGB (Red+Green+Blue) = 196+36+187=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C424BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424BB is #3BDB44. Grayscale: #646464. Windows color (decimal): -3922757 or 12264644. OLE color: 12264644.
HSL color Cylindrical-coordinate representation of color #C424BB: hue angle of 303.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424BB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 187 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.23 |
| HSL | 303.38º | 0.69% | 0.45% | - |
| HSV(B) | 303.38º | 0.82% | 0.77% | - |
| XYZ | 32.37 | 16.59 | 48.51 | - |
| YUV | 101.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 187 | 0 | 0.82 | 0.05 | 0.23 | 303.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | BB | 0 | 52 | 5 | 17 | 12F | 45 | 2D |
| Octal | 304 | 44 | 273 | 0 | 122 | 5 | 27 | 457 | 105 | 55 |
| Binary | 11000100 | 100100 | 10111011 | 0 | 1010010 | 101 | 10111 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C424BB
Complementary color
Monochromatic Colors of #C424BB
Black with #C424BB
Text Example
Text Example
White with #C424BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424BB; }
p { color: rgb(196,36,187); }
H1.HeaderClassName
{
color: #C424BB;
}
.AnyTagClassName
{
color: #C424BB;
}
</style>
background-color css
<style>
a { background-color: #C424BB; }
a { background-color: rgb(196,36,187); }
div.DivClassName
{
background-color: #C424BB;
}
.BgClassName
{
background-color: #C424BB;
}
</style>
border-color css
<style>
span { border-color: #C424BB; }
span { border-color: rgb(196,36,187); }
td.TdClassName
{
border-color: #C424BB;
}
.TagClassName
{
border-color: #C424BB;
}
</style>