Shades of Medium Violet Red #C61A7D
Tints of Medium Violet Red #C61A7D
RGB
CMYK
RGB Variations
Color information
#C61A7D (or 0xC61A7D) is known color: Medium Violet Red. HEX triplet: C6, 1A and 7D. RGB value is (198,26,125). Sum of RGB (Red+Green+Blue) = 198+26+125=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A7D is #39E582. Grayscale: #585858. Windows color (decimal): -3794307 or 8198854. OLE color: 8198854.
HSL color Cylindrical-coordinate representation of color #C61A7D: hue angle of 325.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A7D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 125 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.22 |
| HSL | 325.47º | 0.77% | 0.44% | - |
| HSV(B) | 325.47º | 0.87% | 0.78% | - |
| XYZ | 27.36 | 14.23 | 20.71 | - |
| YUV | 88.71 | 148.48 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 125 | 0 | 0.87 | 0.37 | 0.22 | 325.47 | 0.77 | 0.44 |
| Hex | C6 | 1A | 7D | 0 | 57 | 25 | 16 | 145 | 4D | 2C |
| Octal | 306 | 32 | 175 | 0 | 127 | 45 | 26 | 505 | 115 | 54 |
| Binary | 11000110 | 11010 | 1111101 | 0 | 1010111 | 100101 | 10110 | 101000101 | 1001101 | 101100 |
Color Harmonies of #C61A7D
Complementary color
Monochromatic Colors of #C61A7D
Black with #C61A7D
Text Example
Text Example
White with #C61A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A7D; }
p { color: rgb(198,26,125); }
H1.HeaderClassName
{
color: #C61A7D;
}
.AnyTagClassName
{
color: #C61A7D;
}
</style>
background-color css
<style>
a { background-color: #C61A7D; }
a { background-color: rgb(198,26,125); }
div.DivClassName
{
background-color: #C61A7D;
}
.BgClassName
{
background-color: #C61A7D;
}
</style>
border-color css
<style>
span { border-color: #C61A7D; }
span { border-color: rgb(198,26,125); }
td.TdClassName
{
border-color: #C61A7D;
}
.TagClassName
{
border-color: #C61A7D;
}
</style>