Shades of Medium Violet Red #CA0987
Tints of Medium Violet Red #CA0987
RGB
CMYK
RGB Variations
Color information
#CA0987 (or 0xCA0987) is known color: Medium Violet Red. HEX triplet: CA, 09 and 87. RGB value is (202,9,135). Sum of RGB (Red+Green+Blue) = 202+9+135=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0987 is #35F678. Grayscale: #505050. Windows color (decimal): -3536505 or 8849866. OLE color: 8849866.
HSL color Cylindrical-coordinate representation of color #CA0987: hue angle of 320.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0987 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.21 |
| HSL | 320.83º | 0.91% | 0.41% | - |
| HSV(B) | 320.83º | 0.96% | 0.79% | - |
| XYZ | 28.83 | 14.5 | 24.2 | - |
| YUV | 81.07 | 158.44 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 135 | 0 | 0.96 | 0.33 | 0.21 | 320.83 | 0.91 | 0.41 |
| Hex | CA | 9 | 87 | 0 | 60 | 21 | 15 | 141 | 5B | 29 |
| Octal | 312 | 11 | 207 | 0 | 140 | 41 | 25 | 501 | 133 | 51 |
| Binary | 11001010 | 1001 | 10000111 | 0 | 1100000 | 100001 | 10101 | 101000001 | 1011011 | 101001 |
Color Harmonies of #CA0987
Complementary color
Monochromatic Colors of #CA0987
Black with #CA0987
Text Example
Text Example
White with #CA0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0987; }
p { color: rgb(202,9,135); }
H1.HeaderClassName
{
color: #CA0987;
}
.AnyTagClassName
{
color: #CA0987;
}
</style>
background-color css
<style>
a { background-color: #CA0987; }
a { background-color: rgb(202,9,135); }
div.DivClassName
{
background-color: #CA0987;
}
.BgClassName
{
background-color: #CA0987;
}
</style>
border-color css
<style>
span { border-color: #CA0987; }
span { border-color: rgb(202,9,135); }
td.TdClassName
{
border-color: #CA0987;
}
.TagClassName
{
border-color: #CA0987;
}
</style>