Shades of Medium Violet Red #C8156C
Tints of Medium Violet Red #C8156C
RGB
CMYK
RGB Variations
Color information
#C8156C (or 0xC8156C) is known color: Medium Violet Red. HEX triplet: C8, 15 and 6C. RGB value is (200,21,108). Sum of RGB (Red+Green+Blue) = 200+21+108=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8156C is #37EA93. Grayscale: #545454. Windows color (decimal): -3664532 or 7083464. OLE color: 7083464.
HSL color Cylindrical-coordinate representation of color #C8156C: hue angle of 330.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8156C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.22 |
| HSL | 330.84º | 0.81% | 0.43% | - |
| HSV(B) | 330.84º | 0.9% | 0.78% | - |
| XYZ | 26.79 | 13.9 | 15.46 | - |
| YUV | 84.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 108 | 0 | 0.90 | 0.46 | 0.22 | 330.84 | 0.81 | 0.43 |
| Hex | C8 | 15 | 6C | 0 | 5A | 2E | 16 | 14B | 51 | 2B |
| Octal | 310 | 25 | 154 | 0 | 132 | 56 | 26 | 513 | 121 | 53 |
| Binary | 11001000 | 10101 | 1101100 | 0 | 1011010 | 101110 | 10110 | 101001011 | 1010001 | 101011 |
Color Harmonies of #C8156C
Complementary color
Monochromatic Colors of #C8156C
Black with #C8156C
Text Example
Text Example
White with #C8156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8156C; }
p { color: rgb(200,21,108); }
H1.HeaderClassName
{
color: #C8156C;
}
.AnyTagClassName
{
color: #C8156C;
}
</style>
background-color css
<style>
a { background-color: #C8156C; }
a { background-color: rgb(200,21,108); }
div.DivClassName
{
background-color: #C8156C;
}
.BgClassName
{
background-color: #C8156C;
}
</style>
border-color css
<style>
span { border-color: #C8156C; }
span { border-color: rgb(200,21,108); }
td.TdClassName
{
border-color: #C8156C;
}
.TagClassName
{
border-color: #C8156C;
}
</style>