Shades of Medium Violet Red #C61DA2
Tints of Medium Violet Red #C61DA2
RGB
CMYK
RGB Variations
Color information
#C61DA2 (or 0xC61DA2) is known color: Medium Violet Red. HEX triplet: C6, 1D and A2. RGB value is (198,29,162). Sum of RGB (Red+Green+Blue) = 198+29+162=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61DA2 is #39E25D. Grayscale: #5E5E5E. Windows color (decimal): -3793502 or 10624454. OLE color: 10624454.
HSL color Cylindrical-coordinate representation of color #C61DA2: hue angle of 312.78º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61DA2 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 162 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.22 |
| HSL | 312.78º | 0.74% | 0.45% | - |
| HSV(B) | 312.78º | 0.85% | 0.78% | - |
| XYZ | 30.25 | 15.49 | 35.58 | - |
| YUV | 94.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 162 | 0 | 0.85 | 0.18 | 0.22 | 312.78 | 0.74 | 0.45 |
| Hex | C6 | 1D | A2 | 0 | 55 | 12 | 16 | 139 | 4A | 2D |
| Octal | 306 | 35 | 242 | 0 | 125 | 22 | 26 | 471 | 112 | 55 |
| Binary | 11000110 | 11101 | 10100010 | 0 | 1010101 | 10010 | 10110 | 100111001 | 1001010 | 101101 |
Color Harmonies of #C61DA2
Complementary color
Monochromatic Colors of #C61DA2
Black with #C61DA2
Text Example
Text Example
White with #C61DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DA2; }
p { color: rgb(198,29,162); }
H1.HeaderClassName
{
color: #C61DA2;
}
.AnyTagClassName
{
color: #C61DA2;
}
</style>
background-color css
<style>
a { background-color: #C61DA2; }
a { background-color: rgb(198,29,162); }
div.DivClassName
{
background-color: #C61DA2;
}
.BgClassName
{
background-color: #C61DA2;
}
</style>
border-color css
<style>
span { border-color: #C61DA2; }
span { border-color: rgb(198,29,162); }
td.TdClassName
{
border-color: #C61DA2;
}
.TagClassName
{
border-color: #C61DA2;
}
</style>