Shades of Medium Violet Red #C42275
Tints of Medium Violet Red #C42275
RGB
CMYK
RGB Variations
Color information
#C42275 (or 0xC42275) is known color: Medium Violet Red. HEX triplet: C4, 22 and 75. RGB value is (196,34,117). Sum of RGB (Red+Green+Blue) = 196+34+117=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C42275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42275 is #3BDD8A. Grayscale: #5B5B5B. Windows color (decimal): -3923339 or 7676612. OLE color: 7676612.
HSL color Cylindrical-coordinate representation of color #C42275: hue angle of 329.26º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42275 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 117 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.23 |
| HSL | 329.26º | 0.7% | 0.45% | - |
| HSV(B) | 329.26º | 0.83% | 0.77% | - |
| XYZ | 26.55 | 14.16 | 18.16 | - |
| YUV | 91.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 117 | 0 | 0.83 | 0.40 | 0.23 | 329.26 | 0.7 | 0.45 |
| Hex | C4 | 22 | 75 | 0 | 53 | 28 | 17 | 149 | 46 | 2D |
| Octal | 304 | 42 | 165 | 0 | 123 | 50 | 27 | 511 | 106 | 55 |
| Binary | 11000100 | 100010 | 1110101 | 0 | 1010011 | 101000 | 10111 | 101001001 | 1000110 | 101101 |
Color Harmonies of #C42275
Complementary color
Monochromatic Colors of #C42275
Black with #C42275
Text Example
Text Example
White with #C42275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42275; }
p { color: rgb(196,34,117); }
H1.HeaderClassName
{
color: #C42275;
}
.AnyTagClassName
{
color: #C42275;
}
</style>
background-color css
<style>
a { background-color: #C42275; }
a { background-color: rgb(196,34,117); }
div.DivClassName
{
background-color: #C42275;
}
.BgClassName
{
background-color: #C42275;
}
</style>
border-color css
<style>
span { border-color: #C42275; }
span { border-color: rgb(196,34,117); }
td.TdClassName
{
border-color: #C42275;
}
.TagClassName
{
border-color: #C42275;
}
</style>