Shades of Medium Violet Red #C6127A
Tints of Medium Violet Red #C6127A
RGB
CMYK
RGB Variations
Color information
#C6127A (or 0xC6127A) is known color: Medium Violet Red. HEX triplet: C6, 12 and 7A. RGB value is (198,18,122). Sum of RGB (Red+Green+Blue) = 198+18+122=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6127A is #39ED85. Grayscale: #535353. Windows color (decimal): -3796358 or 8000198. OLE color: 8000198.
HSL color Cylindrical-coordinate representation of color #C6127A: hue angle of 325.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6127A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 325.33º | 0.83% | 0.42% | - |
| HSV(B) | 325.33º | 0.91% | 0.78% | - |
| XYZ | 27.02 | 13.84 | 19.66 | - |
| YUV | 83.68 | 149.63 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 122 | 0 | 0.91 | 0.38 | 0.22 | 325.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 7A | 0 | 5B | 26 | 16 | 145 | 53 | 2A |
| Octal | 306 | 22 | 172 | 0 | 133 | 46 | 26 | 505 | 123 | 52 |
| Binary | 11000110 | 10010 | 1111010 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010011 | 101010 |
Color Harmonies of #C6127A
Complementary color
Monochromatic Colors of #C6127A
Black with #C6127A
Text Example
Text Example
White with #C6127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6127A; }
p { color: rgb(198,18,122); }
H1.HeaderClassName
{
color: #C6127A;
}
.AnyTagClassName
{
color: #C6127A;
}
</style>
background-color css
<style>
a { background-color: #C6127A; }
a { background-color: rgb(198,18,122); }
div.DivClassName
{
background-color: #C6127A;
}
.BgClassName
{
background-color: #C6127A;
}
</style>
border-color css
<style>
span { border-color: #C6127A; }
span { border-color: rgb(198,18,122); }
td.TdClassName
{
border-color: #C6127A;
}
.TagClassName
{
border-color: #C6127A;
}
</style>