Shades of Medium Violet Red #CA2087
Tints of Medium Violet Red #CA2087
RGB
CMYK
RGB Variations
Color information
#CA2087 (or 0xCA2087) is known color: Medium Violet Red. HEX triplet: CA, 20 and 87. RGB value is (202,32,135). Sum of RGB (Red+Green+Blue) = 202+32+135=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2087 is #35DF78. Grayscale: #5E5E5E. Windows color (decimal): -3530617 or 8855754. OLE color: 8855754.
HSL color Cylindrical-coordinate representation of color #CA2087: hue angle of 323.65º 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 #CA2087 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 135 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.21 |
| HSL | 323.65º | 0.73% | 0.46% | - |
| HSV(B) | 323.65º | 0.84% | 0.79% | - |
| XYZ | 29.25 | 15.34 | 24.34 | - |
| YUV | 94.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 135 | 0 | 0.84 | 0.33 | 0.21 | 323.65 | 0.73 | 0.46 |
| Hex | CA | 20 | 87 | 0 | 54 | 21 | 15 | 144 | 49 | 2E |
| Octal | 312 | 40 | 207 | 0 | 124 | 41 | 25 | 504 | 111 | 56 |
| Binary | 11001010 | 100000 | 10000111 | 0 | 1010100 | 100001 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CA2087
Complementary color
Monochromatic Colors of #CA2087
Black with #CA2087
Text Example
Text Example
White with #CA2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2087; }
p { color: rgb(202,32,135); }
H1.HeaderClassName
{
color: #CA2087;
}
.AnyTagClassName
{
color: #CA2087;
}
</style>
background-color css
<style>
a { background-color: #CA2087; }
a { background-color: rgb(202,32,135); }
div.DivClassName
{
background-color: #CA2087;
}
.BgClassName
{
background-color: #CA2087;
}
</style>
border-color css
<style>
span { border-color: #CA2087; }
span { border-color: rgb(202,32,135); }
td.TdClassName
{
border-color: #CA2087;
}
.TagClassName
{
border-color: #CA2087;
}
</style>