Shades of Deep Magenta #C424BF
Tints of Deep Magenta #C424BF
RGB
CMYK
RGB Variations
Color information
#C424BF (or 0xC424BF) is known color: Deep Magenta. HEX triplet: C4, 24 and BF. RGB value is (196,36,191). Sum of RGB (Red+Green+Blue) = 196+36+191=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C424BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424BF is #3BDB40. Grayscale: #656565. Windows color (decimal): -3922753 or 12526788. OLE color: 12526788.
HSL color Cylindrical-coordinate representation of color #C424BF: hue angle of 301.88º 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 #C424BF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 191 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.23 |
| HSL | 301.88º | 0.69% | 0.45% | - |
| HSV(B) | 301.88º | 0.82% | 0.77% | - |
| XYZ | 32.8 | 16.76 | 50.8 | - |
| YUV | 101.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 191 | 0 | 0.82 | 0.03 | 0.23 | 301.88 | 0.69 | 0.45 |
| Hex | C4 | 24 | BF | 0 | 52 | 3 | 17 | 12E | 45 | 2D |
| Octal | 304 | 44 | 277 | 0 | 122 | 3 | 27 | 456 | 105 | 55 |
| Binary | 11000100 | 100100 | 10111111 | 0 | 1010010 | 11 | 10111 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C424BF
Complementary color
Monochromatic Colors of #C424BF
Black with #C424BF
Text Example
Text Example
White with #C424BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424BF; }
p { color: rgb(196,36,191); }
H1.HeaderClassName
{
color: #C424BF;
}
.AnyTagClassName
{
color: #C424BF;
}
</style>
background-color css
<style>
a { background-color: #C424BF; }
a { background-color: rgb(196,36,191); }
div.DivClassName
{
background-color: #C424BF;
}
.BgClassName
{
background-color: #C424BF;
}
</style>
border-color css
<style>
span { border-color: #C424BF; }
span { border-color: rgb(196,36,191); }
td.TdClassName
{
border-color: #C424BF;
}
.TagClassName
{
border-color: #C424BF;
}
</style>