Shades of Medium Violet Red #CA197D
Tints of Medium Violet Red #CA197D
RGB
CMYK
RGB Variations
Color information
#CA197D (or 0xCA197D) is known color: Medium Violet Red. HEX triplet: CA, 19 and 7D. RGB value is (202,25,125). Sum of RGB (Red+Green+Blue) = 202+25+125=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA197D is #35E682. Grayscale: #595959. Windows color (decimal): -3532419 or 8198602. OLE color: 8198602.
HSL color Cylindrical-coordinate representation of color #CA197D: hue angle of 326.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA197D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.21 |
| HSL | 326.1º | 0.78% | 0.45% | - |
| HSV(B) | 326.1º | 0.88% | 0.79% | - |
| XYZ | 28.41 | 14.73 | 20.75 | - |
| YUV | 89.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 125 | 0 | 0.88 | 0.38 | 0.21 | 326.1 | 0.78 | 0.45 |
| Hex | CA | 19 | 7D | 0 | 58 | 26 | 15 | 146 | 4E | 2D |
| Octal | 312 | 31 | 175 | 0 | 130 | 46 | 25 | 506 | 116 | 55 |
| Binary | 11001010 | 11001 | 1111101 | 0 | 1011000 | 100110 | 10101 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CA197D
Complementary color
Monochromatic Colors of #CA197D
Black with #CA197D
Text Example
Text Example
White with #CA197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA197D; }
p { color: rgb(202,25,125); }
H1.HeaderClassName
{
color: #CA197D;
}
.AnyTagClassName
{
color: #CA197D;
}
</style>
background-color css
<style>
a { background-color: #CA197D; }
a { background-color: rgb(202,25,125); }
div.DivClassName
{
background-color: #CA197D;
}
.BgClassName
{
background-color: #CA197D;
}
</style>
border-color css
<style>
span { border-color: #CA197D; }
span { border-color: rgb(202,25,125); }
td.TdClassName
{
border-color: #CA197D;
}
.TagClassName
{
border-color: #CA197D;
}
</style>