Shades of Medium Violet Red #C52294
Tints of Medium Violet Red #C52294
RGB
CMYK
RGB Variations
Color information
#C52294 (or 0xC52294) is known color: Medium Violet Red. HEX triplet: C5, 22 and 94. RGB value is (197,34,148). Sum of RGB (Red+Green+Blue) = 197+34+148=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52294 is #3ADD6B. Grayscale: #5F5F5F. Windows color (decimal): -3857772 or 9708229. OLE color: 9708229.
HSL color Cylindrical-coordinate representation of color #C52294: hue angle of 318.04º 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 #C52294 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 148 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.23 |
| HSL | 318.04º | 0.71% | 0.45% | - |
| HSV(B) | 318.04º | 0.83% | 0.77% | - |
| XYZ | 28.94 | 15.15 | 29.42 | - |
| YUV | 95.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 148 | 0 | 0.83 | 0.25 | 0.23 | 318.04 | 0.71 | 0.45 |
| Hex | C5 | 22 | 94 | 0 | 53 | 19 | 17 | 13E | 47 | 2D |
| Octal | 305 | 42 | 224 | 0 | 123 | 31 | 27 | 476 | 107 | 55 |
| Binary | 11000101 | 100010 | 10010100 | 0 | 1010011 | 11001 | 10111 | 100111110 | 1000111 | 101101 |
Color Harmonies of #C52294
Complementary color
Monochromatic Colors of #C52294
Black with #C52294
Text Example
Text Example
White with #C52294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52294; }
p { color: rgb(197,34,148); }
H1.HeaderClassName
{
color: #C52294;
}
.AnyTagClassName
{
color: #C52294;
}
</style>
background-color css
<style>
a { background-color: #C52294; }
a { background-color: rgb(197,34,148); }
div.DivClassName
{
background-color: #C52294;
}
.BgClassName
{
background-color: #C52294;
}
</style>
border-color css
<style>
span { border-color: #C52294; }
span { border-color: rgb(197,34,148); }
td.TdClassName
{
border-color: #C52294;
}
.TagClassName
{
border-color: #C52294;
}
</style>