Shades of Deep Magenta #C424BC
Tints of Deep Magenta #C424BC
RGB
CMYK
RGB Variations
Color information
#C424BC (or 0xC424BC) is known color: Deep Magenta. HEX triplet: C4, 24 and BC. RGB value is (196,36,188). Sum of RGB (Red+Green+Blue) = 196+36+188=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C424BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424BC is #3BDB43. Grayscale: #646464. Windows color (decimal): -3922756 or 12330180. OLE color: 12330180.
HSL color Cylindrical-coordinate representation of color #C424BC: hue angle of 303º 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 #C424BC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 188 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.23 |
| HSL | 303º | 0.69% | 0.45% | - |
| HSV(B) | 303º | 0.82% | 0.77% | - |
| XYZ | 32.47 | 16.63 | 49.08 | - |
| YUV | 101.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 188 | 0 | 0.82 | 0.04 | 0.23 | 303 | 0.69 | 0.45 |
| Hex | C4 | 24 | BC | 0 | 52 | 4 | 17 | 12F | 45 | 2D |
| Octal | 304 | 44 | 274 | 0 | 122 | 4 | 27 | 457 | 105 | 55 |
| Binary | 11000100 | 100100 | 10111100 | 0 | 1010010 | 100 | 10111 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C424BC
Complementary color
Monochromatic Colors of #C424BC
Black with #C424BC
Text Example
Text Example
White with #C424BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424BC; }
p { color: rgb(196,36,188); }
H1.HeaderClassName
{
color: #C424BC;
}
.AnyTagClassName
{
color: #C424BC;
}
</style>
background-color css
<style>
a { background-color: #C424BC; }
a { background-color: rgb(196,36,188); }
div.DivClassName
{
background-color: #C424BC;
}
.BgClassName
{
background-color: #C424BC;
}
</style>
border-color css
<style>
span { border-color: #C424BC; }
span { border-color: rgb(196,36,188); }
td.TdClassName
{
border-color: #C424BC;
}
.TagClassName
{
border-color: #C424BC;
}
</style>