Shades of Medium Violet Red #C6147B
Tints of Medium Violet Red #C6147B
RGB
CMYK
RGB Variations
Color information
#C6147B (or 0xC6147B) is known color: Medium Violet Red. HEX triplet: C6, 14 and 7B. RGB value is (198,20,123). Sum of RGB (Red+Green+Blue) = 198+20+123=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6147B is #39EB84. Grayscale: #545454. Windows color (decimal): -3795845 or 8066246. OLE color: 8066246.
HSL color Cylindrical-coordinate representation of color #C6147B: hue angle of 325.28º 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 #C6147B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.22 |
| HSL | 325.28º | 0.82% | 0.43% | - |
| HSV(B) | 325.28º | 0.9% | 0.78% | - |
| XYZ | 27.11 | 13.94 | 20 | - |
| YUV | 84.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 123 | 0 | 0.90 | 0.38 | 0.22 | 325.28 | 0.82 | 0.43 |
| Hex | C6 | 14 | 7B | 0 | 5A | 26 | 16 | 145 | 52 | 2B |
| Octal | 306 | 24 | 173 | 0 | 132 | 46 | 26 | 505 | 122 | 53 |
| Binary | 11000110 | 10100 | 1111011 | 0 | 1011010 | 100110 | 10110 | 101000101 | 1010010 | 101011 |
Color Harmonies of #C6147B
Complementary color
Monochromatic Colors of #C6147B
Black with #C6147B
Text Example
Text Example
White with #C6147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6147B; }
p { color: rgb(198,20,123); }
H1.HeaderClassName
{
color: #C6147B;
}
.AnyTagClassName
{
color: #C6147B;
}
</style>
background-color css
<style>
a { background-color: #C6147B; }
a { background-color: rgb(198,20,123); }
div.DivClassName
{
background-color: #C6147B;
}
.BgClassName
{
background-color: #C6147B;
}
</style>
border-color css
<style>
span { border-color: #C6147B; }
span { border-color: rgb(198,20,123); }
td.TdClassName
{
border-color: #C6147B;
}
.TagClassName
{
border-color: #C6147B;
}
</style>