Shades of Medium Violet Red #CA1487
Tints of Medium Violet Red #CA1487
RGB
CMYK
RGB Variations
Color information
#CA1487 (or 0xCA1487) is known color: Medium Violet Red. HEX triplet: CA, 14 and 87. RGB value is (202,20,135). Sum of RGB (Red+Green+Blue) = 202+20+135=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1487 is #35EB78. Grayscale: #575757. Windows color (decimal): -3533689 or 8852682. OLE color: 8852682.
HSL color Cylindrical-coordinate representation of color #CA1487: hue angle of 322.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1487 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 135 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.21 |
| HSL | 322.09º | 0.82% | 0.44% | - |
| HSV(B) | 322.09º | 0.9% | 0.79% | - |
| XYZ | 28.98 | 14.81 | 24.25 | - |
| YUV | 87.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 135 | 0 | 0.90 | 0.33 | 0.21 | 322.09 | 0.82 | 0.44 |
| Hex | CA | 14 | 87 | 0 | 5A | 21 | 15 | 142 | 52 | 2C |
| Octal | 312 | 24 | 207 | 0 | 132 | 41 | 25 | 502 | 122 | 54 |
| Binary | 11001010 | 10100 | 10000111 | 0 | 1011010 | 100001 | 10101 | 101000010 | 1010010 | 101100 |
Color Harmonies of #CA1487
Complementary color
Monochromatic Colors of #CA1487
Black with #CA1487
Text Example
Text Example
White with #CA1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1487; }
p { color: rgb(202,20,135); }
H1.HeaderClassName
{
color: #CA1487;
}
.AnyTagClassName
{
color: #CA1487;
}
</style>
background-color css
<style>
a { background-color: #CA1487; }
a { background-color: rgb(202,20,135); }
div.DivClassName
{
background-color: #CA1487;
}
.BgClassName
{
background-color: #CA1487;
}
</style>
border-color css
<style>
span { border-color: #CA1487; }
span { border-color: rgb(202,20,135); }
td.TdClassName
{
border-color: #CA1487;
}
.TagClassName
{
border-color: #CA1487;
}
</style>