Shades of Medium Violet Red #C8126D
Tints of Medium Violet Red #C8126D
RGB
CMYK
RGB Variations
Color information
#C8126D (or 0xC8126D) is known color: Medium Violet Red. HEX triplet: C8, 12 and 6D. RGB value is (200,18,109). Sum of RGB (Red+Green+Blue) = 200+18+109=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8126D is #37ED92. Grayscale: #525252. Windows color (decimal): -3665299 or 7148232. OLE color: 7148232.
HSL color Cylindrical-coordinate representation of color #C8126D: hue angle of 330º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8126D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.22 |
| HSL | 330º | 0.83% | 0.43% | - |
| HSV(B) | 330º | 0.91% | 0.78% | - |
| XYZ | 26.8 | 13.82 | 15.72 | - |
| YUV | 82.79 | 142.8 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 109 | 0 | 0.91 | 0.46 | 0.22 | 330 | 0.83 | 0.43 |
| Hex | C8 | 12 | 6D | 0 | 5B | 2E | 16 | 14A | 53 | 2B |
| Octal | 310 | 22 | 155 | 0 | 133 | 56 | 26 | 512 | 123 | 53 |
| Binary | 11001000 | 10010 | 1101101 | 0 | 1011011 | 101110 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C8126D
Complementary color
Monochromatic Colors of #C8126D
Black with #C8126D
Text Example
Text Example
White with #C8126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8126D; }
p { color: rgb(200,18,109); }
H1.HeaderClassName
{
color: #C8126D;
}
.AnyTagClassName
{
color: #C8126D;
}
</style>
background-color css
<style>
a { background-color: #C8126D; }
a { background-color: rgb(200,18,109); }
div.DivClassName
{
background-color: #C8126D;
}
.BgClassName
{
background-color: #C8126D;
}
</style>
border-color css
<style>
span { border-color: #C8126D; }
span { border-color: rgb(200,18,109); }
td.TdClassName
{
border-color: #C8126D;
}
.TagClassName
{
border-color: #C8126D;
}
</style>