Shades of Medium Violet Red #C6127B
Tints of Medium Violet Red #C6127B
RGB
CMYK
RGB Variations
Color information
#C6127B (or 0xC6127B) is known color: Medium Violet Red. HEX triplet: C6, 12 and 7B. RGB value is (198,18,123). Sum of RGB (Red+Green+Blue) = 198+18+123=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6127B is #39ED84. Grayscale: #535353. Windows color (decimal): -3796357 or 8065734. OLE color: 8065734.
HSL color Cylindrical-coordinate representation of color #C6127B: hue angle of 325º 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 #C6127B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 123 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 325º | 0.83% | 0.42% | - |
| HSV(B) | 325º | 0.91% | 0.78% | - |
| XYZ | 27.08 | 13.87 | 19.99 | - |
| YUV | 83.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 123 | 0 | 0.91 | 0.38 | 0.22 | 325 | 0.83 | 0.42 |
| Hex | C6 | 12 | 7B | 0 | 5B | 26 | 16 | 145 | 53 | 2A |
| Octal | 306 | 22 | 173 | 0 | 133 | 46 | 26 | 505 | 123 | 52 |
| Binary | 11000110 | 10010 | 1111011 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010011 | 101010 |
Color Harmonies of #C6127B
Complementary color
Monochromatic Colors of #C6127B
Black with #C6127B
Text Example
Text Example
White with #C6127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6127B; }
p { color: rgb(198,18,123); }
H1.HeaderClassName
{
color: #C6127B;
}
.AnyTagClassName
{
color: #C6127B;
}
</style>
background-color css
<style>
a { background-color: #C6127B; }
a { background-color: rgb(198,18,123); }
div.DivClassName
{
background-color: #C6127B;
}
.BgClassName
{
background-color: #C6127B;
}
</style>
border-color css
<style>
span { border-color: #C6127B; }
span { border-color: rgb(198,18,123); }
td.TdClassName
{
border-color: #C6127B;
}
.TagClassName
{
border-color: #C6127B;
}
</style>