Shades of Medium Violet Red #C8087A
Tints of Medium Violet Red #C8087A
RGB
CMYK
RGB Variations
Color information
#C8087A (or 0xC8087A) is known color: Medium Violet Red. HEX triplet: C8, 08 and 7A. RGB value is (200,8,122). Sum of RGB (Red+Green+Blue) = 200+8+122=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8087A is #37F785. Grayscale: #4E4E4E. Windows color (decimal): -3667846 or 7997640. OLE color: 7997640.
HSL color Cylindrical-coordinate representation of color #C8087A: hue angle of 324.38º 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 #C8087A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.22 |
| HSL | 324.38º | 0.92% | 0.41% | - |
| HSV(B) | 324.38º | 0.96% | 0.78% | - |
| XYZ | 27.42 | 13.86 | 19.64 | - |
| YUV | 78.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 122 | 0 | 0.96 | 0.39 | 0.22 | 324.38 | 0.92 | 0.41 |
| Hex | C8 | 8 | 7A | 0 | 60 | 27 | 16 | 144 | 5C | 29 |
| Octal | 310 | 10 | 172 | 0 | 140 | 47 | 26 | 504 | 134 | 51 |
| Binary | 11001000 | 1000 | 1111010 | 0 | 1100000 | 100111 | 10110 | 101000100 | 1011100 | 101001 |
Color Harmonies of #C8087A
Complementary color
Monochromatic Colors of #C8087A
Black with #C8087A
Text Example
Text Example
White with #C8087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8087A; }
p { color: rgb(200,8,122); }
H1.HeaderClassName
{
color: #C8087A;
}
.AnyTagClassName
{
color: #C8087A;
}
</style>
background-color css
<style>
a { background-color: #C8087A; }
a { background-color: rgb(200,8,122); }
div.DivClassName
{
background-color: #C8087A;
}
.BgClassName
{
background-color: #C8087A;
}
</style>
border-color css
<style>
span { border-color: #C8087A; }
span { border-color: rgb(200,8,122); }
td.TdClassName
{
border-color: #C8087A;
}
.TagClassName
{
border-color: #C8087A;
}
</style>