Shades of Medium Violet Red #C8148E
Tints of Medium Violet Red #C8148E
RGB
CMYK
RGB Variations
Color information
#C8148E (or 0xC8148E) is known color: Medium Violet Red. HEX triplet: C8, 14 and 8E. RGB value is (200,20,142). Sum of RGB (Red+Green+Blue) = 200+20+142=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8148E is #37EB71. Grayscale: #575757. Windows color (decimal): -3664754 or 9311432. OLE color: 9311432.
HSL color Cylindrical-coordinate representation of color #C8148E: hue angle of 319.33º 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 #C8148E is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 142 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.22 |
| HSL | 319.33º | 0.82% | 0.43% | - |
| HSV(B) | 319.33º | 0.9% | 0.78% | - |
| XYZ | 28.95 | 14.73 | 26.91 | - |
| YUV | 87.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 142 | 0 | 0.9 | 0.29 | 0.22 | 319.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 8E | 0 | 5A | 1D | 16 | 13F | 52 | 2B |
| Octal | 310 | 24 | 216 | 0 | 132 | 35 | 26 | 477 | 122 | 53 |
| Binary | 11001000 | 10100 | 10001110 | 0 | 1011010 | 11101 | 10110 | 100111111 | 1010010 | 101011 |
Color Harmonies of #C8148E
Complementary color
Monochromatic Colors of #C8148E
Black with #C8148E
Text Example
Text Example
White with #C8148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8148E; }
p { color: rgb(200,20,142); }
H1.HeaderClassName
{
color: #C8148E;
}
.AnyTagClassName
{
color: #C8148E;
}
</style>
background-color css
<style>
a { background-color: #C8148E; }
a { background-color: rgb(200,20,142); }
div.DivClassName
{
background-color: #C8148E;
}
.BgClassName
{
background-color: #C8148E;
}
</style>
border-color css
<style>
span { border-color: #C8148E; }
span { border-color: rgb(200,20,142); }
td.TdClassName
{
border-color: #C8148E;
}
.TagClassName
{
border-color: #C8148E;
}
</style>