Shades of Medium Violet Red #C52274
Tints of Medium Violet Red #C52274
RGB
CMYK
RGB Variations
Color information
#C52274 (or 0xC52274) is known color: Medium Violet Red. HEX triplet: C5, 22 and 74. RGB value is (197,34,116). Sum of RGB (Red+Green+Blue) = 197+34+116=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C52274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52274 is #3ADD8B. Grayscale: #5B5B5B. Windows color (decimal): -3857804 or 7611077. OLE color: 7611077.
HSL color Cylindrical-coordinate representation of color #C52274: hue angle of 329.82º degrees, saturation: 0.71, 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 #C52274 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 116 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.23 |
| HSL | 329.82º | 0.71% | 0.45% | - |
| HSV(B) | 329.82º | 0.83% | 0.77% | - |
| XYZ | 26.75 | 14.28 | 17.87 | - |
| YUV | 92.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 116 | 0 | 0.83 | 0.41 | 0.23 | 329.82 | 0.71 | 0.45 |
| Hex | C5 | 22 | 74 | 0 | 53 | 29 | 17 | 14A | 47 | 2D |
| Octal | 305 | 42 | 164 | 0 | 123 | 51 | 27 | 512 | 107 | 55 |
| Binary | 11000101 | 100010 | 1110100 | 0 | 1010011 | 101001 | 10111 | 101001010 | 1000111 | 101101 |
Color Harmonies of #C52274
Complementary color
Monochromatic Colors of #C52274
Black with #C52274
Text Example
Text Example
White with #C52274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52274; }
p { color: rgb(197,34,116); }
H1.HeaderClassName
{
color: #C52274;
}
.AnyTagClassName
{
color: #C52274;
}
</style>
background-color css
<style>
a { background-color: #C52274; }
a { background-color: rgb(197,34,116); }
div.DivClassName
{
background-color: #C52274;
}
.BgClassName
{
background-color: #C52274;
}
</style>
border-color css
<style>
span { border-color: #C52274; }
span { border-color: rgb(197,34,116); }
td.TdClassName
{
border-color: #C52274;
}
.TagClassName
{
border-color: #C52274;
}
</style>