Shades of Medium Violet Red #CA2099
Tints of Medium Violet Red #CA2099
RGB
CMYK
RGB Variations
Color information
#CA2099 (or 0xCA2099) is known color: Medium Violet Red. HEX triplet: CA, 20 and 99. RGB value is (202,32,153). Sum of RGB (Red+Green+Blue) = 202+32+153=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2099 is #35DF66. Grayscale: #606060. Windows color (decimal): -3530599 or 10035402. OLE color: 10035402.
HSL color Cylindrical-coordinate representation of color #CA2099: hue angle of 317.29º 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 #CA2099 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 153 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.21 |
| HSL | 317.29º | 0.73% | 0.46% | - |
| HSV(B) | 317.29º | 0.84% | 0.79% | - |
| XYZ | 30.62 | 15.89 | 31.59 | - |
| YUV | 96.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 153 | 0 | 0.84 | 0.24 | 0.21 | 317.29 | 0.73 | 0.46 |
| Hex | CA | 20 | 99 | 0 | 54 | 18 | 15 | 13D | 49 | 2E |
| Octal | 312 | 40 | 231 | 0 | 124 | 30 | 25 | 475 | 111 | 56 |
| Binary | 11001010 | 100000 | 10011001 | 0 | 1010100 | 11000 | 10101 | 100111101 | 1001001 | 101110 |
Color Harmonies of #CA2099
Complementary color
Monochromatic Colors of #CA2099
Black with #CA2099
Text Example
Text Example
White with #CA2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2099; }
p { color: rgb(202,32,153); }
H1.HeaderClassName
{
color: #CA2099;
}
.AnyTagClassName
{
color: #CA2099;
}
</style>
background-color css
<style>
a { background-color: #CA2099; }
a { background-color: rgb(202,32,153); }
div.DivClassName
{
background-color: #CA2099;
}
.BgClassName
{
background-color: #CA2099;
}
</style>
border-color css
<style>
span { border-color: #CA2099; }
span { border-color: rgb(202,32,153); }
td.TdClassName
{
border-color: #CA2099;
}
.TagClassName
{
border-color: #CA2099;
}
</style>