Shades of Medium Violet Red #CA0F87
Tints of Medium Violet Red #CA0F87
RGB
CMYK
RGB Variations
Color information
#CA0F87 (or 0xCA0F87) is known color: Medium Violet Red. HEX triplet: CA, 0F and 87. RGB value is (202,15,135). Sum of RGB (Red+Green+Blue) = 202+15+135=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0F87 is #35F078. Grayscale: #545454. Windows color (decimal): -3534969 or 8851402. OLE color: 8851402.
HSL color Cylindrical-coordinate representation of color #CA0F87: hue angle of 321.5º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F87 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 135 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.21 |
| HSL | 321.5º | 0.86% | 0.43% | - |
| HSV(B) | 321.5º | 0.93% | 0.79% | - |
| XYZ | 28.9 | 14.65 | 24.23 | - |
| YUV | 84.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 135 | 0 | 0.93 | 0.33 | 0.21 | 321.5 | 0.86 | 0.43 |
| Hex | CA | F | 87 | 0 | 5D | 21 | 15 | 141 | 56 | 2B |
| Octal | 312 | 17 | 207 | 0 | 135 | 41 | 25 | 501 | 126 | 53 |
| Binary | 11001010 | 1111 | 10000111 | 0 | 1011101 | 100001 | 10101 | 101000001 | 1010110 | 101011 |
Color Harmonies of #CA0F87
Complementary color
Monochromatic Colors of #CA0F87
Black with #CA0F87
Text Example
Text Example
White with #CA0F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F87; }
p { color: rgb(202,15,135); }
H1.HeaderClassName
{
color: #CA0F87;
}
.AnyTagClassName
{
color: #CA0F87;
}
</style>
background-color css
<style>
a { background-color: #CA0F87; }
a { background-color: rgb(202,15,135); }
div.DivClassName
{
background-color: #CA0F87;
}
.BgClassName
{
background-color: #CA0F87;
}
</style>
border-color css
<style>
span { border-color: #CA0F87; }
span { border-color: rgb(202,15,135); }
td.TdClassName
{
border-color: #CA0F87;
}
.TagClassName
{
border-color: #CA0F87;
}
</style>