Shades of Medium Violet Red #C0087B
Tints of Medium Violet Red #C0087B
RGB
CMYK
RGB Variations
Color information
#C0087B (or 0xC0087B) is known color: Medium Violet Red. HEX triplet: C0, 08 and 7B. RGB value is (192,8,123). Sum of RGB (Red+Green+Blue) = 192+8+123=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0087B is #3FF784. Grayscale: #4B4B4B. Windows color (decimal): -4192133 or 8063168. OLE color: 8063168.
HSL color Cylindrical-coordinate representation of color #C0087B: hue angle of 322.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0087B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.25 |
| HSL | 322.5º | 0.92% | 0.39% | - |
| HSV(B) | 322.5º | 0.96% | 0.75% | - |
| XYZ | 25.4 | 12.81 | 19.87 | - |
| YUV | 76.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 123 | 0 | 0.96 | 0.36 | 0.25 | 322.5 | 0.92 | 0.39 |
| Hex | C0 | 8 | 7B | 0 | 60 | 24 | 19 | 142 | 5C | 27 |
| Octal | 300 | 10 | 173 | 0 | 140 | 44 | 31 | 502 | 134 | 47 |
| Binary | 11000000 | 1000 | 1111011 | 0 | 1100000 | 100100 | 11001 | 101000010 | 1011100 | 100111 |
Color Harmonies of #C0087B
Complementary color
Monochromatic Colors of #C0087B
Black with #C0087B
Text Example
Text Example
White with #C0087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0087B; }
p { color: rgb(192,8,123); }
H1.HeaderClassName
{
color: #C0087B;
}
.AnyTagClassName
{
color: #C0087B;
}
</style>
background-color css
<style>
a { background-color: #C0087B; }
a { background-color: rgb(192,8,123); }
div.DivClassName
{
background-color: #C0087B;
}
.BgClassName
{
background-color: #C0087B;
}
</style>
border-color css
<style>
span { border-color: #C0087B; }
span { border-color: rgb(192,8,123); }
td.TdClassName
{
border-color: #C0087B;
}
.TagClassName
{
border-color: #C0087B;
}
</style>