Shades of Medium Violet Red #C61C7A
Tints of Medium Violet Red #C61C7A
RGB
CMYK
RGB Variations
Color information
#C61C7A (or 0xC61C7A) is known color: Medium Violet Red. HEX triplet: C6, 1C and 7A. RGB value is (198,28,122). Sum of RGB (Red+Green+Blue) = 198+28+122=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C7A is #39E385. Grayscale: #595959. Windows color (decimal): -3793798 or 8002758. OLE color: 8002758.
HSL color Cylindrical-coordinate representation of color #C61C7A: hue angle of 326.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C7A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 122 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.22 |
| HSL | 326.82º | 0.75% | 0.44% | - |
| HSV(B) | 326.82º | 0.86% | 0.78% | - |
| XYZ | 27.22 | 14.24 | 19.73 | - |
| YUV | 89.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 122 | 0 | 0.86 | 0.38 | 0.22 | 326.82 | 0.75 | 0.44 |
| Hex | C6 | 1C | 7A | 0 | 56 | 26 | 16 | 147 | 4B | 2C |
| Octal | 306 | 34 | 172 | 0 | 126 | 46 | 26 | 507 | 113 | 54 |
| Binary | 11000110 | 11100 | 1111010 | 0 | 1010110 | 100110 | 10110 | 101000111 | 1001011 | 101100 |
Color Harmonies of #C61C7A
Complementary color
Monochromatic Colors of #C61C7A
Black with #C61C7A
Text Example
Text Example
White with #C61C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C7A; }
p { color: rgb(198,28,122); }
H1.HeaderClassName
{
color: #C61C7A;
}
.AnyTagClassName
{
color: #C61C7A;
}
</style>
background-color css
<style>
a { background-color: #C61C7A; }
a { background-color: rgb(198,28,122); }
div.DivClassName
{
background-color: #C61C7A;
}
.BgClassName
{
background-color: #C61C7A;
}
</style>
border-color css
<style>
span { border-color: #C61C7A; }
span { border-color: rgb(198,28,122); }
td.TdClassName
{
border-color: #C61C7A;
}
.TagClassName
{
border-color: #C61C7A;
}
</style>