Shades of Medium Red Violet #C5327D
Tints of Medium Red Violet #C5327D
RGB
CMYK
RGB Variations
Color information
#C5327D (or 0xC5327D) is known color: Medium Red Violet. HEX triplet: C5, 32 and 7D. RGB value is (197,50,125). Sum of RGB (Red+Green+Blue) = 197+50+125=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5327D is #3ACD82. Grayscale: #666666. Windows color (decimal): -3853699 or 8204997. OLE color: 8204997.
HSL color Cylindrical-coordinate representation of color #C5327D: hue angle of 329.39º 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 #C5327D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 125 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.23 |
| HSL | 329.39º | 0.6% | 0.48% | - |
| HSV(B) | 329.39º | 0.75% | 0.77% | - |
| XYZ | 27.87 | 15.63 | 20.95 | - |
| YUV | 102.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 125 | 0 | 0.75 | 0.37 | 0.23 | 329.39 | 0.6 | 0.48 |
| Hex | C5 | 32 | 7D | 0 | 4B | 25 | 17 | 149 | 3C | 30 |
| Octal | 305 | 62 | 175 | 0 | 113 | 45 | 27 | 511 | 74 | 60 |
| Binary | 11000101 | 110010 | 1111101 | 0 | 1001011 | 100101 | 10111 | 101001001 | 111100 | 110000 |
Color Harmonies of #C5327D
Complementary color
Monochromatic Colors of #C5327D
Black with #C5327D
Text Example
Text Example
White with #C5327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5327D; }
p { color: rgb(197,50,125); }
H1.HeaderClassName
{
color: #C5327D;
}
.AnyTagClassName
{
color: #C5327D;
}
</style>
background-color css
<style>
a { background-color: #C5327D; }
a { background-color: rgb(197,50,125); }
div.DivClassName
{
background-color: #C5327D;
}
.BgClassName
{
background-color: #C5327D;
}
</style>
border-color css
<style>
span { border-color: #C5327D; }
span { border-color: rgb(197,50,125); }
td.TdClassName
{
border-color: #C5327D;
}
.TagClassName
{
border-color: #C5327D;
}
</style>