Shades of Medium Violet Red #C8146C
Tints of Medium Violet Red #C8146C
RGB
CMYK
RGB Variations
Color information
#C8146C (or 0xC8146C) is known color: Medium Violet Red. HEX triplet: C8, 14 and 6C. RGB value is (200,20,108). Sum of RGB (Red+Green+Blue) = 200+20+108=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8146C is #37EB93. Grayscale: #535353. Windows color (decimal): -3664788 or 7083208. OLE color: 7083208.
HSL color Cylindrical-coordinate representation of color #C8146C: hue angle of 330.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8146C is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 108 | - |
| CMYK | 0 | 0.9 | 0.46 | 0.22 |
| HSL | 330.67º | 0.82% | 0.43% | - |
| HSV(B) | 330.67º | 0.9% | 0.78% | - |
| XYZ | 26.78 | 13.86 | 15.45 | - |
| YUV | 83.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 108 | 0 | 0.9 | 0.46 | 0.22 | 330.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 6C | 0 | 5A | 2E | 16 | 14B | 52 | 2B |
| Octal | 310 | 24 | 154 | 0 | 132 | 56 | 26 | 513 | 122 | 53 |
| Binary | 11001000 | 10100 | 1101100 | 0 | 1011010 | 101110 | 10110 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C8146C
Complementary color
Monochromatic Colors of #C8146C
Black with #C8146C
Text Example
Text Example
White with #C8146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8146C; }
p { color: rgb(200,20,108); }
H1.HeaderClassName
{
color: #C8146C;
}
.AnyTagClassName
{
color: #C8146C;
}
</style>
background-color css
<style>
a { background-color: #C8146C; }
a { background-color: rgb(200,20,108); }
div.DivClassName
{
background-color: #C8146C;
}
.BgClassName
{
background-color: #C8146C;
}
</style>
border-color css
<style>
span { border-color: #C8146C; }
span { border-color: rgb(200,20,108); }
td.TdClassName
{
border-color: #C8146C;
}
.TagClassName
{
border-color: #C8146C;
}
</style>