Shades of Medium Violet Red #C8148C
Tints of Medium Violet Red #C8148C
RGB
CMYK
RGB Variations
Color information
#C8148C (or 0xC8148C) is known color: Medium Violet Red. HEX triplet: C8, 14 and 8C. RGB value is (200,20,140). Sum of RGB (Red+Green+Blue) = 200+20+140=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8148C is #37EB73. Grayscale: #575757. Windows color (decimal): -3664756 or 9180360. OLE color: 9180360.
HSL color Cylindrical-coordinate representation of color #C8148C: hue angle of 320º 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 #C8148C is Cyan = 0, Magento = 0.9, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 140 | - |
| CMYK | 0 | 0.9 | 0.3 | 0.22 |
| HSL | 320º | 0.82% | 0.43% | - |
| HSV(B) | 320º | 0.9% | 0.78% | - |
| XYZ | 28.8 | 14.67 | 26.13 | - |
| YUV | 87.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 140 | 0 | 0.9 | 0.3 | 0.22 | 320 | 0.82 | 0.43 |
| Hex | C8 | 14 | 8C | 0 | 5A | 1E | 16 | 140 | 52 | 2B |
| Octal | 310 | 24 | 214 | 0 | 132 | 36 | 26 | 500 | 122 | 53 |
| Binary | 11001000 | 10100 | 10001100 | 0 | 1011010 | 11110 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C8148C
Complementary color
Monochromatic Colors of #C8148C
Black with #C8148C
Text Example
Text Example
White with #C8148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8148C; }
p { color: rgb(200,20,140); }
H1.HeaderClassName
{
color: #C8148C;
}
.AnyTagClassName
{
color: #C8148C;
}
</style>
background-color css
<style>
a { background-color: #C8148C; }
a { background-color: rgb(200,20,140); }
div.DivClassName
{
background-color: #C8148C;
}
.BgClassName
{
background-color: #C8148C;
}
</style>
border-color css
<style>
span { border-color: #C8148C; }
span { border-color: rgb(200,20,140); }
td.TdClassName
{
border-color: #C8148C;
}
.TagClassName
{
border-color: #C8148C;
}
</style>