Shades of Medium Violet Red #CA087B
Tints of Medium Violet Red #CA087B
RGB
CMYK
RGB Variations
Color information
#CA087B (or 0xCA087B) is known color: Medium Violet Red. HEX triplet: CA, 08 and 7B. RGB value is (202,8,123). Sum of RGB (Red+Green+Blue) = 202+8+123=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA087B is #35F784. Grayscale: #4E4E4E. Windows color (decimal): -3536773 or 8063178. OLE color: 8063178.
HSL color Cylindrical-coordinate representation of color #CA087B: hue angle of 324.43º 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 #CA087B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.21 |
| HSL | 324.43º | 0.92% | 0.41% | - |
| HSV(B) | 324.43º | 0.96% | 0.79% | - |
| XYZ | 28.02 | 14.16 | 20 | - |
| YUV | 79.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 123 | 0 | 0.96 | 0.39 | 0.21 | 324.43 | 0.92 | 0.41 |
| Hex | CA | 8 | 7B | 0 | 60 | 27 | 15 | 144 | 5C | 29 |
| Octal | 312 | 10 | 173 | 0 | 140 | 47 | 25 | 504 | 134 | 51 |
| Binary | 11001010 | 1000 | 1111011 | 0 | 1100000 | 100111 | 10101 | 101000100 | 1011100 | 101001 |
Color Harmonies of #CA087B
Complementary color
Monochromatic Colors of #CA087B
Black with #CA087B
Text Example
Text Example
White with #CA087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA087B; }
p { color: rgb(202,8,123); }
H1.HeaderClassName
{
color: #CA087B;
}
.AnyTagClassName
{
color: #CA087B;
}
</style>
background-color css
<style>
a { background-color: #CA087B; }
a { background-color: rgb(202,8,123); }
div.DivClassName
{
background-color: #CA087B;
}
.BgClassName
{
background-color: #CA087B;
}
</style>
border-color css
<style>
span { border-color: #CA087B; }
span { border-color: rgb(202,8,123); }
td.TdClassName
{
border-color: #CA087B;
}
.TagClassName
{
border-color: #CA087B;
}
</style>