Shades of Medium Violet Red #C6016C
Tints of Medium Violet Red #C6016C
RGB
CMYK
RGB Variations
Color information
#C6016C (or 0xC6016C) is known color: Medium Violet Red. HEX triplet: C6, 01 and 6C. RGB value is (198,1,108). Sum of RGB (Red+Green+Blue) = 198+1+108=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6016C is #39FE93. Grayscale: #474747. Windows color (decimal): -3800724 or 7078342. OLE color: 7078342.
HSL color Cylindrical-coordinate representation of color #C6016C: hue angle of 327.41º 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 #C6016C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.22 |
| HSL | 327.41º | 0.99% | 0.39% | - |
| HSV(B) | 327.41º | 0.99% | 0.78% | - |
| XYZ | 26.01 | 13.11 | 15.35 | - |
| YUV | 72.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 108 | 0 | 0.99 | 0.45 | 0.22 | 327.41 | 0.99 | 0.39 |
| Hex | C6 | 1 | 6C | 0 | 63 | 2D | 16 | 147 | 63 | 27 |
| Octal | 306 | 1 | 154 | 0 | 143 | 55 | 26 | 507 | 143 | 47 |
| Binary | 11000110 | 1 | 1101100 | 0 | 1100011 | 101101 | 10110 | 101000111 | 1100011 | 100111 |
Color Harmonies of #C6016C
Complementary color
Monochromatic Colors of #C6016C
Black with #C6016C
Text Example
Text Example
White with #C6016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6016C; }
p { color: rgb(198,1,108); }
H1.HeaderClassName
{
color: #C6016C;
}
.AnyTagClassName
{
color: #C6016C;
}
</style>
background-color css
<style>
a { background-color: #C6016C; }
a { background-color: rgb(198,1,108); }
div.DivClassName
{
background-color: #C6016C;
}
.BgClassName
{
background-color: #C6016C;
}
</style>
border-color css
<style>
span { border-color: #C6016C; }
span { border-color: rgb(198,1,108); }
td.TdClassName
{
border-color: #C6016C;
}
.TagClassName
{
border-color: #C6016C;
}
</style>