Shades of Medium Violet Red #C6016A
Tints of Medium Violet Red #C6016A
RGB
CMYK
RGB Variations
Color information
#C6016A (or 0xC6016A) is known color: Medium Violet Red. HEX triplet: C6, 01 and 6A. RGB value is (198,1,106). Sum of RGB (Red+Green+Blue) = 198+1+106=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C6016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6016A is #39FE95. Grayscale: #474747. Windows color (decimal): -3800726 or 6947270. OLE color: 6947270.
HSL color Cylindrical-coordinate representation of color #C6016A: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6016A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.22 |
| HSL | 328.02º | 0.99% | 0.39% | - |
| HSV(B) | 328.02º | 0.99% | 0.78% | - |
| XYZ | 25.9 | 13.07 | 14.79 | - |
| YUV | 71.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 106 | 0 | 0.99 | 0.46 | 0.22 | 328.02 | 0.99 | 0.39 |
| Hex | C6 | 1 | 6A | 0 | 63 | 2E | 16 | 148 | 63 | 27 |
| Octal | 306 | 1 | 152 | 0 | 143 | 56 | 26 | 510 | 143 | 47 |
| Binary | 11000110 | 1 | 1101010 | 0 | 1100011 | 101110 | 10110 | 101001000 | 1100011 | 100111 |
Color Harmonies of #C6016A
Complementary color
Monochromatic Colors of #C6016A
Black with #C6016A
Text Example
Text Example
White with #C6016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6016A; }
p { color: rgb(198,1,106); }
H1.HeaderClassName
{
color: #C6016A;
}
.AnyTagClassName
{
color: #C6016A;
}
</style>
background-color css
<style>
a { background-color: #C6016A; }
a { background-color: rgb(198,1,106); }
div.DivClassName
{
background-color: #C6016A;
}
.BgClassName
{
background-color: #C6016A;
}
</style>
border-color css
<style>
span { border-color: #C6016A; }
span { border-color: rgb(198,1,106); }
td.TdClassName
{
border-color: #C6016A;
}
.TagClassName
{
border-color: #C6016A;
}
</style>