Shades of Medium Violet Red #CA2089
Tints of Medium Violet Red #CA2089
RGB
CMYK
RGB Variations
Color information
#CA2089 (or 0xCA2089) is known color: Medium Violet Red. HEX triplet: CA, 20 and 89. RGB value is (202,32,137). Sum of RGB (Red+Green+Blue) = 202+32+137=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2089 is #35DF76. Grayscale: #5E5E5E. Windows color (decimal): -3530615 or 8986826. OLE color: 8986826.
HSL color Cylindrical-coordinate representation of color #CA2089: hue angle of 322.94º 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 #CA2089 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.21 |
| HSL | 322.94º | 0.73% | 0.46% | - |
| HSV(B) | 322.94º | 0.84% | 0.79% | - |
| XYZ | 29.39 | 15.4 | 25.09 | - |
| YUV | 94.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 137 | 0 | 0.84 | 0.32 | 0.21 | 322.94 | 0.73 | 0.46 |
| Hex | CA | 20 | 89 | 0 | 54 | 20 | 15 | 143 | 49 | 2E |
| Octal | 312 | 40 | 211 | 0 | 124 | 40 | 25 | 503 | 111 | 56 |
| Binary | 11001010 | 100000 | 10001001 | 0 | 1010100 | 100000 | 10101 | 101000011 | 1001001 | 101110 |
Color Harmonies of #CA2089
Complementary color
Monochromatic Colors of #CA2089
Black with #CA2089
Text Example
Text Example
White with #CA2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2089; }
p { color: rgb(202,32,137); }
H1.HeaderClassName
{
color: #CA2089;
}
.AnyTagClassName
{
color: #CA2089;
}
</style>
background-color css
<style>
a { background-color: #CA2089; }
a { background-color: rgb(202,32,137); }
div.DivClassName
{
background-color: #CA2089;
}
.BgClassName
{
background-color: #CA2089;
}
</style>
border-color css
<style>
span { border-color: #CA2089; }
span { border-color: rgb(202,32,137); }
td.TdClassName
{
border-color: #CA2089;
}
.TagClassName
{
border-color: #CA2089;
}
</style>