Shades of Medium Violet Red #C8108F
Tints of Medium Violet Red #C8108F
RGB
CMYK
RGB Variations
Color information
#C8108F (or 0xC8108F) is known color: Medium Violet Red. HEX triplet: C8, 10 and 8F. RGB value is (200,16,143). Sum of RGB (Red+Green+Blue) = 200+16+143=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8108F is #37EF70. Grayscale: #555555. Windows color (decimal): -3665777 or 9375944. OLE color: 9375944.
HSL color Cylindrical-coordinate representation of color #C8108F: hue angle of 318.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8108F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 143 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.22 |
| HSL | 318.59º | 0.85% | 0.42% | - |
| HSV(B) | 318.59º | 0.92% | 0.78% | - |
| XYZ | 28.96 | 14.63 | 27.28 | - |
| YUV | 85.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 143 | 0 | 0.92 | 0.28 | 0.22 | 318.59 | 0.85 | 0.42 |
| Hex | C8 | 10 | 8F | 0 | 5C | 1C | 16 | 13F | 55 | 2A |
| Octal | 310 | 20 | 217 | 0 | 134 | 34 | 26 | 477 | 125 | 52 |
| Binary | 11001000 | 10000 | 10001111 | 0 | 1011100 | 11100 | 10110 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C8108F
Complementary color
Monochromatic Colors of #C8108F
Black with #C8108F
Text Example
Text Example
White with #C8108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8108F; }
p { color: rgb(200,16,143); }
H1.HeaderClassName
{
color: #C8108F;
}
.AnyTagClassName
{
color: #C8108F;
}
</style>
background-color css
<style>
a { background-color: #C8108F; }
a { background-color: rgb(200,16,143); }
div.DivClassName
{
background-color: #C8108F;
}
.BgClassName
{
background-color: #C8108F;
}
</style>
border-color css
<style>
span { border-color: #C8108F; }
span { border-color: rgb(200,16,143); }
td.TdClassName
{
border-color: #C8108F;
}
.TagClassName
{
border-color: #C8108F;
}
</style>