Shades of Medium Red Violet #CA2F87
Tints of Medium Red Violet #CA2F87
RGB
CMYK
RGB Variations
Color information
#CA2F87 (or 0xCA2F87) is known color: Medium Red Violet. HEX triplet: CA, 2F and 87. RGB value is (202,47,135). Sum of RGB (Red+Green+Blue) = 202+47+135=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F87 is #35D078. Grayscale: #676767. Windows color (decimal): -3526777 or 8859594. OLE color: 8859594.
HSL color Cylindrical-coordinate representation of color #CA2F87: hue angle of 325.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F87 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 135 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.21 |
| HSL | 325.94º | 0.62% | 0.49% | - |
| HSV(B) | 325.94º | 0.77% | 0.79% | - |
| XYZ | 29.75 | 16.34 | 24.51 | - |
| YUV | 103.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 135 | 0 | 0.77 | 0.33 | 0.21 | 325.94 | 0.62 | 0.49 |
| Hex | CA | 2F | 87 | 0 | 4D | 21 | 15 | 146 | 3E | 31 |
| Octal | 312 | 57 | 207 | 0 | 115 | 41 | 25 | 506 | 76 | 61 |
| Binary | 11001010 | 101111 | 10000111 | 0 | 1001101 | 100001 | 10101 | 101000110 | 111110 | 110001 |
Color Harmonies of #CA2F87
Complementary color
Monochromatic Colors of #CA2F87
Black with #CA2F87
Text Example
Text Example
White with #CA2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F87; }
p { color: rgb(202,47,135); }
H1.HeaderClassName
{
color: #CA2F87;
}
.AnyTagClassName
{
color: #CA2F87;
}
</style>
background-color css
<style>
a { background-color: #CA2F87; }
a { background-color: rgb(202,47,135); }
div.DivClassName
{
background-color: #CA2F87;
}
.BgClassName
{
background-color: #CA2F87;
}
</style>
border-color css
<style>
span { border-color: #CA2F87; }
span { border-color: rgb(202,47,135); }
td.TdClassName
{
border-color: #CA2F87;
}
.TagClassName
{
border-color: #CA2F87;
}
</style>