Shades of Medium Violet Red #C8087F
Tints of Medium Violet Red #C8087F
RGB
CMYK
RGB Variations
Color information
#C8087F (or 0xC8087F) is known color: Medium Violet Red. HEX triplet: C8, 08 and 7F. RGB value is (200,8,127). Sum of RGB (Red+Green+Blue) = 200+8+127=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8087F is #37F780. Grayscale: #4E4E4E. Windows color (decimal): -3667841 or 8325320. OLE color: 8325320.
HSL color Cylindrical-coordinate representation of color #C8087F: hue angle of 322.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8087F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.22 |
| HSL | 322.81º | 0.92% | 0.41% | - |
| HSV(B) | 322.81º | 0.96% | 0.78% | - |
| XYZ | 27.74 | 13.99 | 21.32 | - |
| YUV | 78.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 127 | 0 | 0.96 | 0.36 | 0.22 | 322.81 | 0.92 | 0.41 |
| Hex | C8 | 8 | 7F | 0 | 60 | 24 | 16 | 143 | 5C | 29 |
| Octal | 310 | 10 | 177 | 0 | 140 | 44 | 26 | 503 | 134 | 51 |
| Binary | 11001000 | 1000 | 1111111 | 0 | 1100000 | 100100 | 10110 | 101000011 | 1011100 | 101001 |
Color Harmonies of #C8087F
Complementary color
Monochromatic Colors of #C8087F
Black with #C8087F
Text Example
Text Example
White with #C8087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8087F; }
p { color: rgb(200,8,127); }
H1.HeaderClassName
{
color: #C8087F;
}
.AnyTagClassName
{
color: #C8087F;
}
</style>
background-color css
<style>
a { background-color: #C8087F; }
a { background-color: rgb(200,8,127); }
div.DivClassName
{
background-color: #C8087F;
}
.BgClassName
{
background-color: #C8087F;
}
</style>
border-color css
<style>
span { border-color: #C8087F; }
span { border-color: rgb(200,8,127); }
td.TdClassName
{
border-color: #C8087F;
}
.TagClassName
{
border-color: #C8087F;
}
</style>