Shades of Medium Violet Red #C6147A
Tints of Medium Violet Red #C6147A
RGB
CMYK
RGB Variations
Color information
#C6147A (or 0xC6147A) is known color: Medium Violet Red. HEX triplet: C6, 14 and 7A. RGB value is (198,20,122). Sum of RGB (Red+Green+Blue) = 198+20+122=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6147A is #39EB85. Grayscale: #545454. Windows color (decimal): -3795846 or 8000710. OLE color: 8000710.
HSL color Cylindrical-coordinate representation of color #C6147A: hue angle of 325.62º 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 #C6147A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.22 |
| HSL | 325.62º | 0.82% | 0.43% | - |
| HSV(B) | 325.62º | 0.9% | 0.78% | - |
| XYZ | 27.05 | 13.91 | 19.67 | - |
| YUV | 84.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 122 | 0 | 0.90 | 0.38 | 0.22 | 325.62 | 0.82 | 0.43 |
| Hex | C6 | 14 | 7A | 0 | 5A | 26 | 16 | 146 | 52 | 2B |
| Octal | 306 | 24 | 172 | 0 | 132 | 46 | 26 | 506 | 122 | 53 |
| Binary | 11000110 | 10100 | 1111010 | 0 | 1011010 | 100110 | 10110 | 101000110 | 1010010 | 101011 |
Color Harmonies of #C6147A
Complementary color
Monochromatic Colors of #C6147A
Black with #C6147A
Text Example
Text Example
White with #C6147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6147A; }
p { color: rgb(198,20,122); }
H1.HeaderClassName
{
color: #C6147A;
}
.AnyTagClassName
{
color: #C6147A;
}
</style>
background-color css
<style>
a { background-color: #C6147A; }
a { background-color: rgb(198,20,122); }
div.DivClassName
{
background-color: #C6147A;
}
.BgClassName
{
background-color: #C6147A;
}
</style>
border-color css
<style>
span { border-color: #C6147A; }
span { border-color: rgb(198,20,122); }
td.TdClassName
{
border-color: #C6147A;
}
.TagClassName
{
border-color: #C6147A;
}
</style>