Shades of Medium Violet Red #CA1F87
Tints of Medium Violet Red #CA1F87
RGB
CMYK
RGB Variations
Color information
#CA1F87 (or 0xCA1F87) is known color: Medium Violet Red. HEX triplet: CA, 1F and 87. RGB value is (202,31,135). Sum of RGB (Red+Green+Blue) = 202+31+135=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1F87 is #35E078. Grayscale: #5D5D5D. Windows color (decimal): -3530873 or 8855498. OLE color: 8855498.
HSL color Cylindrical-coordinate representation of color #CA1F87: hue angle of 323.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F87 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 135 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.21 |
| HSL | 323.51º | 0.73% | 0.46% | - |
| HSV(B) | 323.51º | 0.85% | 0.79% | - |
| XYZ | 29.22 | 15.29 | 24.33 | - |
| YUV | 93.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 135 | 0 | 0.85 | 0.33 | 0.21 | 323.51 | 0.73 | 0.46 |
| Hex | CA | 1F | 87 | 0 | 55 | 21 | 15 | 144 | 49 | 2E |
| Octal | 312 | 37 | 207 | 0 | 125 | 41 | 25 | 504 | 111 | 56 |
| Binary | 11001010 | 11111 | 10000111 | 0 | 1010101 | 100001 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CA1F87
Complementary color
Monochromatic Colors of #CA1F87
Black with #CA1F87
Text Example
Text Example
White with #CA1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F87; }
p { color: rgb(202,31,135); }
H1.HeaderClassName
{
color: #CA1F87;
}
.AnyTagClassName
{
color: #CA1F87;
}
</style>
background-color css
<style>
a { background-color: #CA1F87; }
a { background-color: rgb(202,31,135); }
div.DivClassName
{
background-color: #CA1F87;
}
.BgClassName
{
background-color: #CA1F87;
}
</style>
border-color css
<style>
span { border-color: #CA1F87; }
span { border-color: rgb(202,31,135); }
td.TdClassName
{
border-color: #CA1F87;
}
.TagClassName
{
border-color: #CA1F87;
}
</style>