Shades of Medium Red Violet #C53273
Tints of Medium Red Violet #C53273
RGB
CMYK
RGB Variations
Color information
#C53273 (or 0xC53273) is known color: Medium Red Violet. HEX triplet: C5, 32 and 73. RGB value is (197,50,115). Sum of RGB (Red+Green+Blue) = 197+50+115=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C53273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53273 is #3ACD8C. Grayscale: #656565. Windows color (decimal): -3853709 or 7549637. OLE color: 7549637.
HSL color Cylindrical-coordinate representation of color #C53273: hue angle of 333.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53273 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 115 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.23 |
| HSL | 333.47º | 0.6% | 0.48% | - |
| HSV(B) | 333.47º | 0.75% | 0.77% | - |
| XYZ | 27.26 | 15.39 | 17.75 | - |
| YUV | 101.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 115 | 0 | 0.75 | 0.42 | 0.23 | 333.47 | 0.6 | 0.48 |
| Hex | C5 | 32 | 73 | 0 | 4B | 2A | 17 | 14D | 3C | 30 |
| Octal | 305 | 62 | 163 | 0 | 113 | 52 | 27 | 515 | 74 | 60 |
| Binary | 11000101 | 110010 | 1110011 | 0 | 1001011 | 101010 | 10111 | 101001101 | 111100 | 110000 |
Color Harmonies of #C53273
Complementary color
Monochromatic Colors of #C53273
Black with #C53273
Text Example
Text Example
White with #C53273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53273; }
p { color: rgb(197,50,115); }
H1.HeaderClassName
{
color: #C53273;
}
.AnyTagClassName
{
color: #C53273;
}
</style>
background-color css
<style>
a { background-color: #C53273; }
a { background-color: rgb(197,50,115); }
div.DivClassName
{
background-color: #C53273;
}
.BgClassName
{
background-color: #C53273;
}
</style>
border-color css
<style>
span { border-color: #C53273; }
span { border-color: rgb(197,50,115); }
td.TdClassName
{
border-color: #C53273;
}
.TagClassName
{
border-color: #C53273;
}
</style>