Shades of Medium Violet Red #C7148B
Tints of Medium Violet Red #C7148B
RGB
CMYK
RGB Variations
Color information
#C7148B (or 0xC7148B) is known color: Medium Violet Red. HEX triplet: C7, 14 and 8B. RGB value is (199,20,139). Sum of RGB (Red+Green+Blue) = 199+20+139=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7148B is #38EB74. Grayscale: #565656. Windows color (decimal): -3730293 or 9114823. OLE color: 9114823.
HSL color Cylindrical-coordinate representation of color #C7148B: hue angle of 320.11º 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 #C7148B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.22 |
| HSL | 320.11º | 0.82% | 0.43% | - |
| HSV(B) | 320.11º | 0.9% | 0.78% | - |
| XYZ | 28.46 | 14.51 | 25.73 | - |
| YUV | 87.09 | 157.3 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 139 | 0 | 0.90 | 0.30 | 0.22 | 320.11 | 0.82 | 0.43 |
| Hex | C7 | 14 | 8B | 0 | 5A | 1E | 16 | 140 | 52 | 2B |
| Octal | 307 | 24 | 213 | 0 | 132 | 36 | 26 | 500 | 122 | 53 |
| Binary | 11000111 | 10100 | 10001011 | 0 | 1011010 | 11110 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C7148B
Complementary color
Monochromatic Colors of #C7148B
Black with #C7148B
Text Example
Text Example
White with #C7148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7148B; }
p { color: rgb(199,20,139); }
H1.HeaderClassName
{
color: #C7148B;
}
.AnyTagClassName
{
color: #C7148B;
}
</style>
background-color css
<style>
a { background-color: #C7148B; }
a { background-color: rgb(199,20,139); }
div.DivClassName
{
background-color: #C7148B;
}
.BgClassName
{
background-color: #C7148B;
}
</style>
border-color css
<style>
span { border-color: #C7148B; }
span { border-color: rgb(199,20,139); }
td.TdClassName
{
border-color: #C7148B;
}
.TagClassName
{
border-color: #C7148B;
}
</style>