Shades of Medium Violet Red #C6128A
Tints of Medium Violet Red #C6128A
RGB
CMYK
RGB Variations
Color information
#C6128A (or 0xC6128A) is known color: Medium Violet Red. HEX triplet: C6, 12 and 8A. RGB value is (198,18,138). Sum of RGB (Red+Green+Blue) = 198+18+138=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6128A is #39ED75. Grayscale: #555555. Windows color (decimal): -3796342 or 9048774. OLE color: 9048774.
HSL color Cylindrical-coordinate representation of color #C6128A: hue angle of 320º 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 #C6128A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.22 |
| HSL | 320º | 0.83% | 0.42% | - |
| HSV(B) | 320º | 0.91% | 0.78% | - |
| XYZ | 28.09 | 14.27 | 25.32 | - |
| YUV | 85.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 138 | 0 | 0.91 | 0.30 | 0.22 | 320 | 0.83 | 0.42 |
| Hex | C6 | 12 | 8A | 0 | 5B | 1E | 16 | 140 | 53 | 2A |
| Octal | 306 | 22 | 212 | 0 | 133 | 36 | 26 | 500 | 123 | 52 |
| Binary | 11000110 | 10010 | 10001010 | 0 | 1011011 | 11110 | 10110 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C6128A
Complementary color
Monochromatic Colors of #C6128A
Black with #C6128A
Text Example
Text Example
White with #C6128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6128A; }
p { color: rgb(198,18,138); }
H1.HeaderClassName
{
color: #C6128A;
}
.AnyTagClassName
{
color: #C6128A;
}
</style>
background-color css
<style>
a { background-color: #C6128A; }
a { background-color: rgb(198,18,138); }
div.DivClassName
{
background-color: #C6128A;
}
.BgClassName
{
background-color: #C6128A;
}
</style>
border-color css
<style>
span { border-color: #C6128A; }
span { border-color: rgb(198,18,138); }
td.TdClassName
{
border-color: #C6128A;
}
.TagClassName
{
border-color: #C6128A;
}
</style>