Shades of Medium Violet Red #C6087F
Tints of Medium Violet Red #C6087F
RGB
CMYK
RGB Variations
Color information
#C6087F (or 0xC6087F) is known color: Medium Violet Red. HEX triplet: C6, 08 and 7F. RGB value is (198,8,127). Sum of RGB (Red+Green+Blue) = 198+8+127=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6087F is #39F780. Grayscale: #4E4E4E. Windows color (decimal): -3798913 or 8325318. OLE color: 8325318.
HSL color Cylindrical-coordinate representation of color #C6087F: hue angle of 322.42º 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 #C6087F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.22 |
| HSL | 322.42º | 0.92% | 0.4% | - |
| HSV(B) | 322.42º | 0.96% | 0.78% | - |
| XYZ | 27.21 | 13.71 | 21.29 | - |
| YUV | 78.38 | 155.45 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 127 | 0 | 0.96 | 0.36 | 0.22 | 322.42 | 0.92 | 0.4 |
| Hex | C6 | 8 | 7F | 0 | 60 | 24 | 16 | 142 | 5C | 28 |
| Octal | 306 | 10 | 177 | 0 | 140 | 44 | 26 | 502 | 134 | 50 |
| Binary | 11000110 | 1000 | 1111111 | 0 | 1100000 | 100100 | 10110 | 101000010 | 1011100 | 101000 |
Color Harmonies of #C6087F
Complementary color
Monochromatic Colors of #C6087F
Black with #C6087F
Text Example
Text Example
White with #C6087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6087F; }
p { color: rgb(198,8,127); }
H1.HeaderClassName
{
color: #C6087F;
}
.AnyTagClassName
{
color: #C6087F;
}
</style>
background-color css
<style>
a { background-color: #C6087F; }
a { background-color: rgb(198,8,127); }
div.DivClassName
{
background-color: #C6087F;
}
.BgClassName
{
background-color: #C6087F;
}
</style>
border-color css
<style>
span { border-color: #C6087F; }
span { border-color: rgb(198,8,127); }
td.TdClassName
{
border-color: #C6087F;
}
.TagClassName
{
border-color: #C6087F;
}
</style>