Shades of Medium Violet Red #C611A7
Tints of Medium Violet Red #C611A7
RGB
CMYK
RGB Variations
Color information
#C611A7 (or 0xC611A7) is known color: Medium Violet Red. HEX triplet: C6, 11 and A7. RGB value is (198,17,167). Sum of RGB (Red+Green+Blue) = 198+17+167=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C611A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611A7 is #39EE58. Grayscale: #575757. Windows color (decimal): -3796569 or 10949062. OLE color: 10949062.
HSL color Cylindrical-coordinate representation of color #C611A7: hue angle of 310.28º degrees, saturation: 0.84, 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 #C611A7 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 167 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.22 |
| HSL | 310.28º | 0.84% | 0.42% | - |
| HSV(B) | 310.28º | 0.91% | 0.78% | - |
| XYZ | 30.46 | 15.2 | 37.89 | - |
| YUV | 88.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 167 | 0 | 0.91 | 0.16 | 0.22 | 310.28 | 0.84 | 0.42 |
| Hex | C6 | 11 | A7 | 0 | 5B | 10 | 16 | 136 | 54 | 2A |
| Octal | 306 | 21 | 247 | 0 | 133 | 20 | 26 | 466 | 124 | 52 |
| Binary | 11000110 | 10001 | 10100111 | 0 | 1011011 | 10000 | 10110 | 100110110 | 1010100 | 101010 |
Color Harmonies of #C611A7
Complementary color
Monochromatic Colors of #C611A7
Black with #C611A7
Text Example
Text Example
White with #C611A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611A7; }
p { color: rgb(198,17,167); }
H1.HeaderClassName
{
color: #C611A7;
}
.AnyTagClassName
{
color: #C611A7;
}
</style>
background-color css
<style>
a { background-color: #C611A7; }
a { background-color: rgb(198,17,167); }
div.DivClassName
{
background-color: #C611A7;
}
.BgClassName
{
background-color: #C611A7;
}
</style>
border-color css
<style>
span { border-color: #C611A7; }
span { border-color: rgb(198,17,167); }
td.TdClassName
{
border-color: #C611A7;
}
.TagClassName
{
border-color: #C611A7;
}
</style>