Shades of Medium Red Violet #C5327A
Tints of Medium Red Violet #C5327A
RGB
CMYK
RGB Variations
Color information
#C5327A (or 0xC5327A) is known color: Medium Red Violet. HEX triplet: C5, 32 and 7A. RGB value is (197,50,122). Sum of RGB (Red+Green+Blue) = 197+50+122=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5327A is #3ACD85. Grayscale: #666666. Windows color (decimal): -3853702 or 8008389. OLE color: 8008389.
HSL color Cylindrical-coordinate representation of color #C5327A: hue angle of 330.61º 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 #C5327A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.23 |
| HSL | 330.61º | 0.6% | 0.48% | - |
| HSV(B) | 330.61º | 0.75% | 0.77% | - |
| XYZ | 27.68 | 15.56 | 19.96 | - |
| YUV | 102.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 122 | 0 | 0.75 | 0.38 | 0.23 | 330.61 | 0.6 | 0.48 |
| Hex | C5 | 32 | 7A | 0 | 4B | 26 | 17 | 14B | 3C | 30 |
| Octal | 305 | 62 | 172 | 0 | 113 | 46 | 27 | 513 | 74 | 60 |
| Binary | 11000101 | 110010 | 1111010 | 0 | 1001011 | 100110 | 10111 | 101001011 | 111100 | 110000 |
Color Harmonies of #C5327A
Complementary color
Monochromatic Colors of #C5327A
Black with #C5327A
Text Example
Text Example
White with #C5327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5327A; }
p { color: rgb(197,50,122); }
H1.HeaderClassName
{
color: #C5327A;
}
.AnyTagClassName
{
color: #C5327A;
}
</style>
background-color css
<style>
a { background-color: #C5327A; }
a { background-color: rgb(197,50,122); }
div.DivClassName
{
background-color: #C5327A;
}
.BgClassName
{
background-color: #C5327A;
}
</style>
border-color css
<style>
span { border-color: #C5327A; }
span { border-color: rgb(197,50,122); }
td.TdClassName
{
border-color: #C5327A;
}
.TagClassName
{
border-color: #C5327A;
}
</style>