Shades of Medium Violet Red #C5208A
Tints of Medium Violet Red #C5208A
RGB
CMYK
RGB Variations
Color information
#C5208A (or 0xC5208A) is known color: Medium Violet Red. HEX triplet: C5, 20 and 8A. RGB value is (197,32,138). Sum of RGB (Red+Green+Blue) = 197+32+138=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5208A is #3ADF75. Grayscale: #5D5D5D. Windows color (decimal): -3858294 or 9052357. OLE color: 9052357.
HSL color Cylindrical-coordinate representation of color #C5208A: hue angle of 321.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5208A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 138 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.23 |
| HSL | 321.45º | 0.72% | 0.45% | - |
| HSV(B) | 321.45º | 0.84% | 0.77% | - |
| XYZ | 28.13 | 14.74 | 25.41 | - |
| YUV | 93.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 138 | 0 | 0.84 | 0.30 | 0.23 | 321.45 | 0.72 | 0.45 |
| Hex | C5 | 20 | 8A | 0 | 54 | 1E | 17 | 141 | 48 | 2D |
| Octal | 305 | 40 | 212 | 0 | 124 | 36 | 27 | 501 | 110 | 55 |
| Binary | 11000101 | 100000 | 10001010 | 0 | 1010100 | 11110 | 10111 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C5208A
Complementary color
Monochromatic Colors of #C5208A
Black with #C5208A
Text Example
Text Example
White with #C5208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5208A; }
p { color: rgb(197,32,138); }
H1.HeaderClassName
{
color: #C5208A;
}
.AnyTagClassName
{
color: #C5208A;
}
</style>
background-color css
<style>
a { background-color: #C5208A; }
a { background-color: rgb(197,32,138); }
div.DivClassName
{
background-color: #C5208A;
}
.BgClassName
{
background-color: #C5208A;
}
</style>
border-color css
<style>
span { border-color: #C5208A; }
span { border-color: rgb(197,32,138); }
td.TdClassName
{
border-color: #C5208A;
}
.TagClassName
{
border-color: #C5208A;
}
</style>