Shades of Medium Violet Red #C9148C
Tints of Medium Violet Red #C9148C
RGB
CMYK
RGB Variations
Color information
#C9148C (or 0xC9148C) is known color: Medium Violet Red. HEX triplet: C9, 14 and 8C. RGB value is (201,20,140). Sum of RGB (Red+Green+Blue) = 201+20+140=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9148C is #36EB73. Grayscale: #575757. Windows color (decimal): -3599220 or 9180361. OLE color: 9180361.
HSL color Cylindrical-coordinate representation of color #C9148C: hue angle of 320.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9148C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 140 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.21 |
| HSL | 320.22º | 0.82% | 0.43% | - |
| HSV(B) | 320.22º | 0.9% | 0.79% | - |
| XYZ | 29.07 | 14.81 | 26.14 | - |
| YUV | 87.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 140 | 0 | 0.90 | 0.30 | 0.21 | 320.22 | 0.82 | 0.43 |
| Hex | C9 | 14 | 8C | 0 | 5A | 1E | 15 | 140 | 52 | 2B |
| Octal | 311 | 24 | 214 | 0 | 132 | 36 | 25 | 500 | 122 | 53 |
| Binary | 11001001 | 10100 | 10001100 | 0 | 1011010 | 11110 | 10101 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C9148C
Complementary color
Monochromatic Colors of #C9148C
Black with #C9148C
Text Example
Text Example
White with #C9148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9148C; }
p { color: rgb(201,20,140); }
H1.HeaderClassName
{
color: #C9148C;
}
.AnyTagClassName
{
color: #C9148C;
}
</style>
background-color css
<style>
a { background-color: #C9148C; }
a { background-color: rgb(201,20,140); }
div.DivClassName
{
background-color: #C9148C;
}
.BgClassName
{
background-color: #C9148C;
}
</style>
border-color css
<style>
span { border-color: #C9148C; }
span { border-color: rgb(201,20,140); }
td.TdClassName
{
border-color: #C9148C;
}
.TagClassName
{
border-color: #C9148C;
}
</style>