Shades of Medium Violet Red #C8108A
Tints of Medium Violet Red #C8108A
RGB
CMYK
RGB Variations
Color information
#C8108A (or 0xC8108A) is known color: Medium Violet Red. HEX triplet: C8, 10 and 8A. RGB value is (200,16,138). Sum of RGB (Red+Green+Blue) = 200+16+138=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C8108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8108A is #37EF75. Grayscale: #545454. Windows color (decimal): -3665782 or 9048264. OLE color: 9048264.
HSL color Cylindrical-coordinate representation of color #C8108A: hue angle of 320.22º 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 #C8108A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.22 |
| HSL | 320.22º | 0.85% | 0.42% | - |
| HSV(B) | 320.22º | 0.92% | 0.78% | - |
| XYZ | 28.59 | 14.48 | 25.33 | - |
| YUV | 84.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 138 | 0 | 0.92 | 0.31 | 0.22 | 320.22 | 0.85 | 0.42 |
| Hex | C8 | 10 | 8A | 0 | 5C | 1F | 16 | 140 | 55 | 2A |
| Octal | 310 | 20 | 212 | 0 | 134 | 37 | 26 | 500 | 125 | 52 |
| Binary | 11001000 | 10000 | 10001010 | 0 | 1011100 | 11111 | 10110 | 101000000 | 1010101 | 101010 |
Color Harmonies of #C8108A
Complementary color
Monochromatic Colors of #C8108A
Black with #C8108A
Text Example
Text Example
White with #C8108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8108A; }
p { color: rgb(200,16,138); }
H1.HeaderClassName
{
color: #C8108A;
}
.AnyTagClassName
{
color: #C8108A;
}
</style>
background-color css
<style>
a { background-color: #C8108A; }
a { background-color: rgb(200,16,138); }
div.DivClassName
{
background-color: #C8108A;
}
.BgClassName
{
background-color: #C8108A;
}
</style>
border-color css
<style>
span { border-color: #C8108A; }
span { border-color: rgb(200,16,138); }
td.TdClassName
{
border-color: #C8108A;
}
.TagClassName
{
border-color: #C8108A;
}
</style>