Shades of Medium Violet Red #C42479
Tints of Medium Violet Red #C42479
RGB
CMYK
RGB Variations
Color information
#C42479 (or 0xC42479) is known color: Medium Violet Red. HEX triplet: C4, 24 and 79. RGB value is (196,36,121). Sum of RGB (Red+Green+Blue) = 196+36+121=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C42479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42479 is #3BDB86. Grayscale: #5D5D5D. Windows color (decimal): -3922823 or 7939268. OLE color: 7939268.
HSL color Cylindrical-coordinate representation of color #C42479: hue angle of 328.12º 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 #C42479 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 121 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.23 |
| HSL | 328.13º | 0.69% | 0.45% | - |
| HSV(B) | 328.13º | 0.82% | 0.77% | - |
| XYZ | 26.85 | 14.38 | 19.45 | - |
| YUV | 93.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 121 | 0 | 0.82 | 0.38 | 0.23 | 328.13 | 0.69 | 0.45 |
| Hex | C4 | 24 | 79 | 0 | 52 | 26 | 17 | 148 | 45 | 2D |
| Octal | 304 | 44 | 171 | 0 | 122 | 46 | 27 | 510 | 105 | 55 |
| Binary | 11000100 | 100100 | 1111001 | 0 | 1010010 | 100110 | 10111 | 101001000 | 1000101 | 101101 |
Color Harmonies of #C42479
Complementary color
Monochromatic Colors of #C42479
Black with #C42479
Text Example
Text Example
White with #C42479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42479; }
p { color: rgb(196,36,121); }
H1.HeaderClassName
{
color: #C42479;
}
.AnyTagClassName
{
color: #C42479;
}
</style>
background-color css
<style>
a { background-color: #C42479; }
a { background-color: rgb(196,36,121); }
div.DivClassName
{
background-color: #C42479;
}
.BgClassName
{
background-color: #C42479;
}
</style>
border-color css
<style>
span { border-color: #C42479; }
span { border-color: rgb(196,36,121); }
td.TdClassName
{
border-color: #C42479;
}
.TagClassName
{
border-color: #C42479;
}
</style>