Shades of Medium Violet Red #C0087D
Tints of Medium Violet Red #C0087D
RGB
CMYK
RGB Variations
Color information
#C0087D (or 0xC0087D) is known color: Medium Violet Red. HEX triplet: C0, 08 and 7D. RGB value is (192,8,125). Sum of RGB (Red+Green+Blue) = 192+8+125=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0087D is #3FF782. Grayscale: #4C4C4C. Windows color (decimal): -4192131 or 8194240. OLE color: 8194240.
HSL color Cylindrical-coordinate representation of color #C0087D: hue angle of 321.85º 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 #C0087D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.25 |
| HSL | 321.85º | 0.92% | 0.39% | - |
| HSV(B) | 321.85º | 0.96% | 0.75% | - |
| XYZ | 25.53 | 12.86 | 20.54 | - |
| YUV | 76.35 | 155.46 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 125 | 0 | 0.96 | 0.35 | 0.25 | 321.85 | 0.92 | 0.39 |
| Hex | C0 | 8 | 7D | 0 | 60 | 23 | 19 | 142 | 5C | 27 |
| Octal | 300 | 10 | 175 | 0 | 140 | 43 | 31 | 502 | 134 | 47 |
| Binary | 11000000 | 1000 | 1111101 | 0 | 1100000 | 100011 | 11001 | 101000010 | 1011100 | 100111 |
Color Harmonies of #C0087D
Complementary color
Monochromatic Colors of #C0087D
Black with #C0087D
Text Example
Text Example
White with #C0087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0087D; }
p { color: rgb(192,8,125); }
H1.HeaderClassName
{
color: #C0087D;
}
.AnyTagClassName
{
color: #C0087D;
}
</style>
background-color css
<style>
a { background-color: #C0087D; }
a { background-color: rgb(192,8,125); }
div.DivClassName
{
background-color: #C0087D;
}
.BgClassName
{
background-color: #C0087D;
}
</style>
border-color css
<style>
span { border-color: #C0087D; }
span { border-color: rgb(192,8,125); }
td.TdClassName
{
border-color: #C0087D;
}
.TagClassName
{
border-color: #C0087D;
}
</style>