Shades of Medium Violet Red #C6148C
Tints of Medium Violet Red #C6148C
RGB
CMYK
RGB Variations
Color information
#C6148C (or 0xC6148C) is known color: Medium Violet Red. HEX triplet: C6, 14 and 8C. RGB value is (198,20,140). Sum of RGB (Red+Green+Blue) = 198+20+140=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6148C is #39EB73. Grayscale: #565656. Windows color (decimal): -3795828 or 9180358. OLE color: 9180358.
HSL color Cylindrical-coordinate representation of color #C6148C: hue angle of 319.55º 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 #C6148C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 140 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.22 |
| HSL | 319.55º | 0.82% | 0.43% | - |
| HSV(B) | 319.55º | 0.9% | 0.78% | - |
| XYZ | 28.27 | 14.4 | 26.1 | - |
| YUV | 86.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 140 | 0 | 0.90 | 0.29 | 0.22 | 319.55 | 0.82 | 0.43 |
| Hex | C6 | 14 | 8C | 0 | 5A | 1D | 16 | 140 | 52 | 2B |
| Octal | 306 | 24 | 214 | 0 | 132 | 35 | 26 | 500 | 122 | 53 |
| Binary | 11000110 | 10100 | 10001100 | 0 | 1011010 | 11101 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C6148C
Complementary color
Monochromatic Colors of #C6148C
Black with #C6148C
Text Example
Text Example
White with #C6148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6148C; }
p { color: rgb(198,20,140); }
H1.HeaderClassName
{
color: #C6148C;
}
.AnyTagClassName
{
color: #C6148C;
}
</style>
background-color css
<style>
a { background-color: #C6148C; }
a { background-color: rgb(198,20,140); }
div.DivClassName
{
background-color: #C6148C;
}
.BgClassName
{
background-color: #C6148C;
}
</style>
border-color css
<style>
span { border-color: #C6148C; }
span { border-color: rgb(198,20,140); }
td.TdClassName
{
border-color: #C6148C;
}
.TagClassName
{
border-color: #C6148C;
}
</style>