Shades of Medium Violet Red #C61674
Tints of Medium Violet Red #C61674
RGB
CMYK
RGB Variations
Color information
#C61674 (or 0xC61674) is known color: Medium Violet Red. HEX triplet: C6, 16 and 74. RGB value is (198,22,116). Sum of RGB (Red+Green+Blue) = 198+22+116=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C61674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61674 is #39E98B. Grayscale: #555555. Windows color (decimal): -3795340 or 7608006. OLE color: 7608006.
HSL color Cylindrical-coordinate representation of color #C61674: hue angle of 327.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61674 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 116 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.22 |
| HSL | 327.95º | 0.8% | 0.43% | - |
| HSV(B) | 327.95º | 0.89% | 0.78% | - |
| XYZ | 26.73 | 13.84 | 17.79 | - |
| YUV | 85.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 116 | 0 | 0.89 | 0.41 | 0.22 | 327.95 | 0.8 | 0.43 |
| Hex | C6 | 16 | 74 | 0 | 59 | 29 | 16 | 148 | 50 | 2B |
| Octal | 306 | 26 | 164 | 0 | 131 | 51 | 26 | 510 | 120 | 53 |
| Binary | 11000110 | 10110 | 1110100 | 0 | 1011001 | 101001 | 10110 | 101001000 | 1010000 | 101011 |
Color Harmonies of #C61674
Complementary color
Monochromatic Colors of #C61674
Black with #C61674
Text Example
Text Example
White with #C61674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61674; }
p { color: rgb(198,22,116); }
H1.HeaderClassName
{
color: #C61674;
}
.AnyTagClassName
{
color: #C61674;
}
</style>
background-color css
<style>
a { background-color: #C61674; }
a { background-color: rgb(198,22,116); }
div.DivClassName
{
background-color: #C61674;
}
.BgClassName
{
background-color: #C61674;
}
</style>
border-color css
<style>
span { border-color: #C61674; }
span { border-color: rgb(198,22,116); }
td.TdClassName
{
border-color: #C61674;
}
.TagClassName
{
border-color: #C61674;
}
</style>