Shades of Medium Violet Red #C8127B
Tints of Medium Violet Red #C8127B
RGB
CMYK
RGB Variations
Color information
#C8127B (or 0xC8127B) is known color: Medium Violet Red. HEX triplet: C8, 12 and 7B. RGB value is (200,18,123). Sum of RGB (Red+Green+Blue) = 200+18+123=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8127B is #37ED84. Grayscale: #545454. Windows color (decimal): -3665285 or 8065736. OLE color: 8065736.
HSL color Cylindrical-coordinate representation of color #C8127B: hue angle of 325.38º 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 #C8127B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 123 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 325.38º | 0.83% | 0.43% | - |
| HSV(B) | 325.38º | 0.91% | 0.78% | - |
| XYZ | 27.61 | 14.14 | 20.01 | - |
| YUV | 84.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 123 | 0 | 0.91 | 0.38 | 0.22 | 325.38 | 0.83 | 0.43 |
| Hex | C8 | 12 | 7B | 0 | 5B | 26 | 16 | 145 | 53 | 2B |
| Octal | 310 | 22 | 173 | 0 | 133 | 46 | 26 | 505 | 123 | 53 |
| Binary | 11001000 | 10010 | 1111011 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010011 | 101011 |
Color Harmonies of #C8127B
Complementary color
Monochromatic Colors of #C8127B
Black with #C8127B
Text Example
Text Example
White with #C8127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8127B; }
p { color: rgb(200,18,123); }
H1.HeaderClassName
{
color: #C8127B;
}
.AnyTagClassName
{
color: #C8127B;
}
</style>
background-color css
<style>
a { background-color: #C8127B; }
a { background-color: rgb(200,18,123); }
div.DivClassName
{
background-color: #C8127B;
}
.BgClassName
{
background-color: #C8127B;
}
</style>
border-color css
<style>
span { border-color: #C8127B; }
span { border-color: rgb(200,18,123); }
td.TdClassName
{
border-color: #C8127B;
}
.TagClassName
{
border-color: #C8127B;
}
</style>