Shades of Medium Violet Red #C6087B
Tints of Medium Violet Red #C6087B
RGB
CMYK
RGB Variations
Color information
#C6087B (or 0xC6087B) is known color: Medium Violet Red. HEX triplet: C6, 08 and 7B. RGB value is (198,8,123). Sum of RGB (Red+Green+Blue) = 198+8+123=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6087B is #39F784. Grayscale: #4D4D4D. Windows color (decimal): -3798917 or 8063174. OLE color: 8063174.
HSL color Cylindrical-coordinate representation of color #C6087B: hue angle of 323.68º 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 #C6087B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.22 |
| HSL | 323.68º | 0.92% | 0.4% | - |
| HSV(B) | 323.68º | 0.96% | 0.78% | - |
| XYZ | 26.95 | 13.61 | 19.95 | - |
| YUV | 77.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 123 | 0 | 0.96 | 0.38 | 0.22 | 323.68 | 0.92 | 0.4 |
| Hex | C6 | 8 | 7B | 0 | 60 | 26 | 16 | 144 | 5C | 28 |
| Octal | 306 | 10 | 173 | 0 | 140 | 46 | 26 | 504 | 134 | 50 |
| Binary | 11000110 | 1000 | 1111011 | 0 | 1100000 | 100110 | 10110 | 101000100 | 1011100 | 101000 |
Color Harmonies of #C6087B
Complementary color
Monochromatic Colors of #C6087B
Black with #C6087B
Text Example
Text Example
White with #C6087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6087B; }
p { color: rgb(198,8,123); }
H1.HeaderClassName
{
color: #C6087B;
}
.AnyTagClassName
{
color: #C6087B;
}
</style>
background-color css
<style>
a { background-color: #C6087B; }
a { background-color: rgb(198,8,123); }
div.DivClassName
{
background-color: #C6087B;
}
.BgClassName
{
background-color: #C6087B;
}
</style>
border-color css
<style>
span { border-color: #C6087B; }
span { border-color: rgb(198,8,123); }
td.TdClassName
{
border-color: #C6087B;
}
.TagClassName
{
border-color: #C6087B;
}
</style>