Shades of Medium Violet Red #C8147E
Tints of Medium Violet Red #C8147E
RGB
CMYK
RGB Variations
Color information
#C8147E (or 0xC8147E) is known color: Medium Violet Red. HEX triplet: C8, 14 and 7E. RGB value is (200,20,126). Sum of RGB (Red+Green+Blue) = 200+20+126=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8147E is #37EB81. Grayscale: #555555. Windows color (decimal): -3664770 or 8262856. OLE color: 8262856.
HSL color Cylindrical-coordinate representation of color #C8147E: hue angle of 324.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 #C8147E is Cyan = 0, Magento = 0.9, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 126 | - |
| CMYK | 0 | 0.9 | 0.37 | 0.22 |
| HSL | 324.67º | 0.82% | 0.43% | - |
| HSV(B) | 324.67º | 0.9% | 0.78% | - |
| XYZ | 27.84 | 14.29 | 21.03 | - |
| YUV | 85.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 126 | 0 | 0.9 | 0.37 | 0.22 | 324.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 7E | 0 | 5A | 25 | 16 | 145 | 52 | 2B |
| Octal | 310 | 24 | 176 | 0 | 132 | 45 | 26 | 505 | 122 | 53 |
| Binary | 11001000 | 10100 | 1111110 | 0 | 1011010 | 100101 | 10110 | 101000101 | 1010010 | 101011 |
Color Harmonies of #C8147E
Complementary color
Monochromatic Colors of #C8147E
Black with #C8147E
Text Example
Text Example
White with #C8147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8147E; }
p { color: rgb(200,20,126); }
H1.HeaderClassName
{
color: #C8147E;
}
.AnyTagClassName
{
color: #C8147E;
}
</style>
background-color css
<style>
a { background-color: #C8147E; }
a { background-color: rgb(200,20,126); }
div.DivClassName
{
background-color: #C8147E;
}
.BgClassName
{
background-color: #C8147E;
}
</style>
border-color css
<style>
span { border-color: #C8147E; }
span { border-color: rgb(200,20,126); }
td.TdClassName
{
border-color: #C8147E;
}
.TagClassName
{
border-color: #C8147E;
}
</style>