Shades of Medium Violet Red #C7148A
Tints of Medium Violet Red #C7148A
RGB
CMYK
RGB Variations
Color information
#C7148A (or 0xC7148A) is known color: Medium Violet Red. HEX triplet: C7, 14 and 8A. RGB value is (199,20,138). Sum of RGB (Red+Green+Blue) = 199+20+138=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7148A is #38EB75. Grayscale: #565656. Windows color (decimal): -3730294 or 9049287. OLE color: 9049287.
HSL color Cylindrical-coordinate representation of color #C7148A: hue angle of 320.45º 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 #C7148A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.22 |
| HSL | 320.45º | 0.82% | 0.43% | - |
| HSV(B) | 320.45º | 0.9% | 0.78% | - |
| XYZ | 28.39 | 14.48 | 25.34 | - |
| YUV | 86.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 138 | 0 | 0.90 | 0.31 | 0.22 | 320.45 | 0.82 | 0.43 |
| Hex | C7 | 14 | 8A | 0 | 5A | 1F | 16 | 140 | 52 | 2B |
| Octal | 307 | 24 | 212 | 0 | 132 | 37 | 26 | 500 | 122 | 53 |
| Binary | 11000111 | 10100 | 10001010 | 0 | 1011010 | 11111 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C7148A
Complementary color
Monochromatic Colors of #C7148A
Black with #C7148A
Text Example
Text Example
White with #C7148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7148A; }
p { color: rgb(199,20,138); }
H1.HeaderClassName
{
color: #C7148A;
}
.AnyTagClassName
{
color: #C7148A;
}
</style>
background-color css
<style>
a { background-color: #C7148A; }
a { background-color: rgb(199,20,138); }
div.DivClassName
{
background-color: #C7148A;
}
.BgClassName
{
background-color: #C7148A;
}
</style>
border-color css
<style>
span { border-color: #C7148A; }
span { border-color: rgb(199,20,138); }
td.TdClassName
{
border-color: #C7148A;
}
.TagClassName
{
border-color: #C7148A;
}
</style>