Shades of Medium Violet Red #CA087E
Tints of Medium Violet Red #CA087E
RGB
CMYK
RGB Variations
Color information
#CA087E (or 0xCA087E) is known color: Medium Violet Red. HEX triplet: CA, 08 and 7E. RGB value is (202,8,126). Sum of RGB (Red+Green+Blue) = 202+8+126=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA087E is #35F781. Grayscale: #4F4F4F. Windows color (decimal): -3536770 or 8259786. OLE color: 8259786.
HSL color Cylindrical-coordinate representation of color #CA087E: hue angle of 323.51º degrees, saturation: 0.92, 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 #CA087E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.21 |
| HSL | 323.51º | 0.92% | 0.41% | - |
| HSV(B) | 323.51º | 0.96% | 0.79% | - |
| XYZ | 28.21 | 14.24 | 21 | - |
| YUV | 79.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 126 | 0 | 0.96 | 0.38 | 0.21 | 323.51 | 0.92 | 0.41 |
| Hex | CA | 8 | 7E | 0 | 60 | 26 | 15 | 144 | 5C | 29 |
| Octal | 312 | 10 | 176 | 0 | 140 | 46 | 25 | 504 | 134 | 51 |
| Binary | 11001010 | 1000 | 1111110 | 0 | 1100000 | 100110 | 10101 | 101000100 | 1011100 | 101001 |
Color Harmonies of #CA087E
Complementary color
Monochromatic Colors of #CA087E
Black with #CA087E
Text Example
Text Example
White with #CA087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA087E; }
p { color: rgb(202,8,126); }
H1.HeaderClassName
{
color: #CA087E;
}
.AnyTagClassName
{
color: #CA087E;
}
</style>
background-color css
<style>
a { background-color: #CA087E; }
a { background-color: rgb(202,8,126); }
div.DivClassName
{
background-color: #CA087E;
}
.BgClassName
{
background-color: #CA087E;
}
</style>
border-color css
<style>
span { border-color: #CA087E; }
span { border-color: rgb(202,8,126); }
td.TdClassName
{
border-color: #CA087E;
}
.TagClassName
{
border-color: #CA087E;
}
</style>