Shades of Medium Violet Red #CA2197
Tints of Medium Violet Red #CA2197
RGB
CMYK
RGB Variations
Color information
#CA2197 (or 0xCA2197) is known color: Medium Violet Red. HEX triplet: CA, 21 and 97. RGB value is (202,33,151). Sum of RGB (Red+Green+Blue) = 202+33+151=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2197 is #35DE68. Grayscale: #606060. Windows color (decimal): -3530345 or 9904586. OLE color: 9904586.
HSL color Cylindrical-coordinate representation of color #CA2197: hue angle of 318.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2197 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 151 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.21 |
| HSL | 318.11º | 0.72% | 0.46% | - |
| HSV(B) | 318.11º | 0.84% | 0.79% | - |
| XYZ | 30.49 | 15.88 | 30.74 | - |
| YUV | 96.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 151 | 0 | 0.84 | 0.25 | 0.21 | 318.11 | 0.72 | 0.46 |
| Hex | CA | 21 | 97 | 0 | 54 | 19 | 15 | 13E | 48 | 2E |
| Octal | 312 | 41 | 227 | 0 | 124 | 31 | 25 | 476 | 110 | 56 |
| Binary | 11001010 | 100001 | 10010111 | 0 | 1010100 | 11001 | 10101 | 100111110 | 1001000 | 101110 |
Color Harmonies of #CA2197
Complementary color
Monochromatic Colors of #CA2197
Black with #CA2197
Text Example
Text Example
White with #CA2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2197; }
p { color: rgb(202,33,151); }
H1.HeaderClassName
{
color: #CA2197;
}
.AnyTagClassName
{
color: #CA2197;
}
</style>
background-color css
<style>
a { background-color: #CA2197; }
a { background-color: rgb(202,33,151); }
div.DivClassName
{
background-color: #CA2197;
}
.BgClassName
{
background-color: #CA2197;
}
</style>
border-color css
<style>
span { border-color: #CA2197; }
span { border-color: rgb(202,33,151); }
td.TdClassName
{
border-color: #CA2197;
}
.TagClassName
{
border-color: #CA2197;
}
</style>