Shades of Medium Violet Red #C6147D
Tints of Medium Violet Red #C6147D
RGB
CMYK
RGB Variations
Color information
#C6147D (or 0xC6147D) is known color: Medium Violet Red. HEX triplet: C6, 14 and 7D. RGB value is (198,20,125). Sum of RGB (Red+Green+Blue) = 198+20+125=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6147D is #39EB82. Grayscale: #545454. Windows color (decimal): -3795843 or 8197318. OLE color: 8197318.
HSL color Cylindrical-coordinate representation of color #C6147D: hue angle of 324.61º 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 #C6147D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.22 |
| HSL | 324.61º | 0.82% | 0.43% | - |
| HSV(B) | 324.61º | 0.9% | 0.78% | - |
| XYZ | 27.24 | 13.99 | 20.67 | - |
| YUV | 85.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 125 | 0 | 0.90 | 0.37 | 0.22 | 324.61 | 0.82 | 0.43 |
| Hex | C6 | 14 | 7D | 0 | 5A | 25 | 16 | 145 | 52 | 2B |
| Octal | 306 | 24 | 175 | 0 | 132 | 45 | 26 | 505 | 122 | 53 |
| Binary | 11000110 | 10100 | 1111101 | 0 | 1011010 | 100101 | 10110 | 101000101 | 1010010 | 101011 |
Color Harmonies of #C6147D
Complementary color
Monochromatic Colors of #C6147D
Black with #C6147D
Text Example
Text Example
White with #C6147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6147D; }
p { color: rgb(198,20,125); }
H1.HeaderClassName
{
color: #C6147D;
}
.AnyTagClassName
{
color: #C6147D;
}
</style>
background-color css
<style>
a { background-color: #C6147D; }
a { background-color: rgb(198,20,125); }
div.DivClassName
{
background-color: #C6147D;
}
.BgClassName
{
background-color: #C6147D;
}
</style>
border-color css
<style>
span { border-color: #C6147D; }
span { border-color: rgb(198,20,125); }
td.TdClassName
{
border-color: #C6147D;
}
.TagClassName
{
border-color: #C6147D;
}
</style>