Shades of Medium Violet Red #CA2097
Tints of Medium Violet Red #CA2097
RGB
CMYK
RGB Variations
Color information
#CA2097 (or 0xCA2097) is known color: Medium Violet Red. HEX triplet: CA, 20 and 97. RGB value is (202,32,151). Sum of RGB (Red+Green+Blue) = 202+32+151=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2097 is #35DF68. Grayscale: #606060. Windows color (decimal): -3530601 or 9904330. OLE color: 9904330.
HSL color Cylindrical-coordinate representation of color #CA2097: hue angle of 318º degrees, saturation: 0.73, 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 #CA2097 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 151 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.21 |
| HSL | 318º | 0.73% | 0.46% | - |
| HSV(B) | 318º | 0.84% | 0.79% | - |
| XYZ | 30.46 | 15.82 | 30.73 | - |
| YUV | 96.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 151 | 0 | 0.84 | 0.25 | 0.21 | 318 | 0.73 | 0.46 |
| Hex | CA | 20 | 97 | 0 | 54 | 19 | 15 | 13E | 49 | 2E |
| Octal | 312 | 40 | 227 | 0 | 124 | 31 | 25 | 476 | 111 | 56 |
| Binary | 11001010 | 100000 | 10010111 | 0 | 1010100 | 11001 | 10101 | 100111110 | 1001001 | 101110 |
Color Harmonies of #CA2097
Complementary color
Monochromatic Colors of #CA2097
Black with #CA2097
Text Example
Text Example
White with #CA2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2097; }
p { color: rgb(202,32,151); }
H1.HeaderClassName
{
color: #CA2097;
}
.AnyTagClassName
{
color: #CA2097;
}
</style>
background-color css
<style>
a { background-color: #CA2097; }
a { background-color: rgb(202,32,151); }
div.DivClassName
{
background-color: #CA2097;
}
.BgClassName
{
background-color: #CA2097;
}
</style>
border-color css
<style>
span { border-color: #CA2097; }
span { border-color: rgb(202,32,151); }
td.TdClassName
{
border-color: #CA2097;
}
.TagClassName
{
border-color: #CA2097;
}
</style>