Shades of Medium Violet Red #C9148A
Tints of Medium Violet Red #C9148A
RGB
CMYK
RGB Variations
Color information
#C9148A (or 0xC9148A) is known color: Medium Violet Red. HEX triplet: C9, 14 and 8A. RGB value is (201,20,138). Sum of RGB (Red+Green+Blue) = 201+20+138=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9148A is #36EB75. Grayscale: #575757. Windows color (decimal): -3599222 or 9049289. OLE color: 9049289.
HSL color Cylindrical-coordinate representation of color #C9148A: hue angle of 320.88º 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 #C9148A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.21 |
| HSL | 320.88º | 0.82% | 0.43% | - |
| HSV(B) | 320.88º | 0.9% | 0.79% | - |
| XYZ | 28.93 | 14.75 | 25.37 | - |
| YUV | 87.57 | 156.47 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 138 | 0 | 0.90 | 0.31 | 0.21 | 320.88 | 0.82 | 0.43 |
| Hex | C9 | 14 | 8A | 0 | 5A | 1F | 15 | 141 | 52 | 2B |
| Octal | 311 | 24 | 212 | 0 | 132 | 37 | 25 | 501 | 122 | 53 |
| Binary | 11001001 | 10100 | 10001010 | 0 | 1011010 | 11111 | 10101 | 101000001 | 1010010 | 101011 |
Color Harmonies of #C9148A
Complementary color
Monochromatic Colors of #C9148A
Black with #C9148A
Text Example
Text Example
White with #C9148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9148A; }
p { color: rgb(201,20,138); }
H1.HeaderClassName
{
color: #C9148A;
}
.AnyTagClassName
{
color: #C9148A;
}
</style>
background-color css
<style>
a { background-color: #C9148A; }
a { background-color: rgb(201,20,138); }
div.DivClassName
{
background-color: #C9148A;
}
.BgClassName
{
background-color: #C9148A;
}
</style>
border-color css
<style>
span { border-color: #C9148A; }
span { border-color: rgb(201,20,138); }
td.TdClassName
{
border-color: #C9148A;
}
.TagClassName
{
border-color: #C9148A;
}
</style>