Shades of Medium Violet Red #C7147A
Tints of Medium Violet Red #C7147A
RGB
CMYK
RGB Variations
Color information
#C7147A (or 0xC7147A) is known color: Medium Violet Red. HEX triplet: C7, 14 and 7A. RGB value is (199,20,122). Sum of RGB (Red+Green+Blue) = 199+20+122=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7147A is #38EB85. Grayscale: #545454. Windows color (decimal): -3730310 or 8000711. OLE color: 8000711.
HSL color Cylindrical-coordinate representation of color #C7147A: hue angle of 325.81º 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 #C7147A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.22 |
| HSL | 325.81º | 0.82% | 0.43% | - |
| HSV(B) | 325.81º | 0.9% | 0.78% | - |
| XYZ | 27.32 | 14.05 | 19.68 | - |
| YUV | 85.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 122 | 0 | 0.90 | 0.39 | 0.22 | 325.81 | 0.82 | 0.43 |
| Hex | C7 | 14 | 7A | 0 | 5A | 27 | 16 | 146 | 52 | 2B |
| Octal | 307 | 24 | 172 | 0 | 132 | 47 | 26 | 506 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111010 | 0 | 1011010 | 100111 | 10110 | 101000110 | 1010010 | 101011 |
Color Harmonies of #C7147A
Complementary color
Monochromatic Colors of #C7147A
Black with #C7147A
Text Example
Text Example
White with #C7147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7147A; }
p { color: rgb(199,20,122); }
H1.HeaderClassName
{
color: #C7147A;
}
.AnyTagClassName
{
color: #C7147A;
}
</style>
background-color css
<style>
a { background-color: #C7147A; }
a { background-color: rgb(199,20,122); }
div.DivClassName
{
background-color: #C7147A;
}
.BgClassName
{
background-color: #C7147A;
}
</style>
border-color css
<style>
span { border-color: #C7147A; }
span { border-color: rgb(199,20,122); }
td.TdClassName
{
border-color: #C7147A;
}
.TagClassName
{
border-color: #C7147A;
}
</style>