Shades of Medium Red Violet #C5328A
Tints of Medium Red Violet #C5328A
RGB
CMYK
RGB Variations
Color information
#C5328A (or 0xC5328A) is known color: Medium Red Violet. HEX triplet: C5, 32 and 8A. RGB value is (197,50,138). Sum of RGB (Red+Green+Blue) = 197+50+138=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5328A is #3ACD75. Grayscale: #676767. Windows color (decimal): -3853686 or 9056965. OLE color: 9056965.
HSL color Cylindrical-coordinate representation of color #C5328A: hue angle of 324.08º 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 #C5328A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 138 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.23 |
| HSL | 324.08º | 0.6% | 0.48% | - |
| HSV(B) | 324.08º | 0.75% | 0.77% | - |
| XYZ | 28.75 | 15.99 | 25.61 | - |
| YUV | 103.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 138 | 0 | 0.75 | 0.30 | 0.23 | 324.08 | 0.6 | 0.48 |
| Hex | C5 | 32 | 8A | 0 | 4B | 1E | 17 | 144 | 3C | 30 |
| Octal | 305 | 62 | 212 | 0 | 113 | 36 | 27 | 504 | 74 | 60 |
| Binary | 11000101 | 110010 | 10001010 | 0 | 1001011 | 11110 | 10111 | 101000100 | 111100 | 110000 |
Color Harmonies of #C5328A
Complementary color
Monochromatic Colors of #C5328A
Black with #C5328A
Text Example
Text Example
White with #C5328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5328A; }
p { color: rgb(197,50,138); }
H1.HeaderClassName
{
color: #C5328A;
}
.AnyTagClassName
{
color: #C5328A;
}
</style>
background-color css
<style>
a { background-color: #C5328A; }
a { background-color: rgb(197,50,138); }
div.DivClassName
{
background-color: #C5328A;
}
.BgClassName
{
background-color: #C5328A;
}
</style>
border-color css
<style>
span { border-color: #C5328A; }
span { border-color: rgb(197,50,138); }
td.TdClassName
{
border-color: #C5328A;
}
.TagClassName
{
border-color: #C5328A;
}
</style>