Shades of Medium Violet Red #C61C9D
Tints of Medium Violet Red #C61C9D
RGB
CMYK
RGB Variations
Color information
#C61C9D (or 0xC61C9D) is known color: Medium Violet Red. HEX triplet: C6, 1C and 9D. RGB value is (198,28,157). Sum of RGB (Red+Green+Blue) = 198+28+157=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C9D is #39E362. Grayscale: #5D5D5D. Windows color (decimal): -3793763 or 10296518. OLE color: 10296518.
HSL color Cylindrical-coordinate representation of color #C61C9D: hue angle of 314.47º 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 #C61C9D is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 157 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.22 |
| HSL | 314.47º | 0.75% | 0.44% | - |
| HSV(B) | 314.47º | 0.86% | 0.78% | - |
| XYZ | 29.79 | 15.27 | 33.28 | - |
| YUV | 93.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 157 | 0 | 0.86 | 0.21 | 0.22 | 314.47 | 0.75 | 0.44 |
| Hex | C6 | 1C | 9D | 0 | 56 | 15 | 16 | 13A | 4B | 2C |
| Octal | 306 | 34 | 235 | 0 | 126 | 25 | 26 | 472 | 113 | 54 |
| Binary | 11000110 | 11100 | 10011101 | 0 | 1010110 | 10101 | 10110 | 100111010 | 1001011 | 101100 |
Color Harmonies of #C61C9D
Complementary color
Monochromatic Colors of #C61C9D
Black with #C61C9D
Text Example
Text Example
White with #C61C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C9D; }
p { color: rgb(198,28,157); }
H1.HeaderClassName
{
color: #C61C9D;
}
.AnyTagClassName
{
color: #C61C9D;
}
</style>
background-color css
<style>
a { background-color: #C61C9D; }
a { background-color: rgb(198,28,157); }
div.DivClassName
{
background-color: #C61C9D;
}
.BgClassName
{
background-color: #C61C9D;
}
</style>
border-color css
<style>
span { border-color: #C61C9D; }
span { border-color: rgb(198,28,157); }
td.TdClassName
{
border-color: #C61C9D;
}
.TagClassName
{
border-color: #C61C9D;
}
</style>