Shades of Medium Violet Red #C6087A
Tints of Medium Violet Red #C6087A
RGB
CMYK
RGB Variations
Color information
#C6087A (or 0xC6087A) is known color: Medium Violet Red. HEX triplet: C6, 08 and 7A. RGB value is (198,8,122). Sum of RGB (Red+Green+Blue) = 198+8+122=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6087A is #39F785. Grayscale: #4D4D4D. Windows color (decimal): -3798918 or 7997638. OLE color: 7997638.
HSL color Cylindrical-coordinate representation of color #C6087A: hue angle of 324º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6087A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.22 |
| HSL | 324º | 0.92% | 0.4% | - |
| HSV(B) | 324º | 0.96% | 0.78% | - |
| XYZ | 26.89 | 13.58 | 19.62 | - |
| YUV | 77.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 122 | 0 | 0.96 | 0.38 | 0.22 | 324 | 0.92 | 0.4 |
| Hex | C6 | 8 | 7A | 0 | 60 | 26 | 16 | 144 | 5C | 28 |
| Octal | 306 | 10 | 172 | 0 | 140 | 46 | 26 | 504 | 134 | 50 |
| Binary | 11000110 | 1000 | 1111010 | 0 | 1100000 | 100110 | 10110 | 101000100 | 1011100 | 101000 |
Color Harmonies of #C6087A
Complementary color
Monochromatic Colors of #C6087A
Black with #C6087A
Text Example
Text Example
White with #C6087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6087A; }
p { color: rgb(198,8,122); }
H1.HeaderClassName
{
color: #C6087A;
}
.AnyTagClassName
{
color: #C6087A;
}
</style>
background-color css
<style>
a { background-color: #C6087A; }
a { background-color: rgb(198,8,122); }
div.DivClassName
{
background-color: #C6087A;
}
.BgClassName
{
background-color: #C6087A;
}
</style>
border-color css
<style>
span { border-color: #C6087A; }
span { border-color: rgb(198,8,122); }
td.TdClassName
{
border-color: #C6087A;
}
.TagClassName
{
border-color: #C6087A;
}
</style>