Shades of Medium Violet Red #CD197A
Tints of Medium Violet Red #CD197A
RGB
CMYK
RGB Variations
Color information
#CD197A (or 0xCD197A) is known color: Medium Violet Red. HEX triplet: CD, 19 and 7A. RGB value is (205,25,122). Sum of RGB (Red+Green+Blue) = 205+25+122=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD197A is #32E685. Grayscale: #595959. Windows color (decimal): -3335814 or 8001997. OLE color: 8001997.
HSL color Cylindrical-coordinate representation of color #CD197A: hue angle of 327.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD197A is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 122 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.20 |
| HSL | 327.67º | 0.78% | 0.45% | - |
| HSV(B) | 327.67º | 0.88% | 0.8% | - |
| XYZ | 29.04 | 15.08 | 19.79 | - |
| YUV | 89.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 122 | 0 | 0.88 | 0.40 | 0.20 | 327.67 | 0.78 | 0.45 |
| Hex | CD | 19 | 7A | 0 | 58 | 28 | 14 | 148 | 4E | 2D |
| Octal | 315 | 31 | 172 | 0 | 130 | 50 | 24 | 510 | 116 | 55 |
| Binary | 11001101 | 11001 | 1111010 | 0 | 1011000 | 101000 | 10100 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CD197A
Complementary color
Monochromatic Colors of #CD197A
Black with #CD197A
Text Example
Text Example
White with #CD197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD197A; }
p { color: rgb(205,25,122); }
H1.HeaderClassName
{
color: #CD197A;
}
.AnyTagClassName
{
color: #CD197A;
}
</style>
background-color css
<style>
a { background-color: #CD197A; }
a { background-color: rgb(205,25,122); }
div.DivClassName
{
background-color: #CD197A;
}
.BgClassName
{
background-color: #CD197A;
}
</style>
border-color css
<style>
span { border-color: #CD197A; }
span { border-color: rgb(205,25,122); }
td.TdClassName
{
border-color: #CD197A;
}
.TagClassName
{
border-color: #CD197A;
}
</style>