Shades of Medium Violet Red #C61A83
Tints of Medium Violet Red #C61A83
RGB
CMYK
RGB Variations
Color information
#C61A83 (or 0xC61A83) is known color: Medium Violet Red. HEX triplet: C6, 1A and 83. RGB value is (198,26,131). Sum of RGB (Red+Green+Blue) = 198+26+131=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A83 is #39E57C. Grayscale: #595959. Windows color (decimal): -3794301 or 8592070. OLE color: 8592070.
HSL color Cylindrical-coordinate representation of color #C61A83: hue angle of 323.37º 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 #C61A83 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 131 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.22 |
| HSL | 323.37º | 0.77% | 0.44% | - |
| HSV(B) | 323.37º | 0.87% | 0.78% | - |
| XYZ | 27.75 | 14.38 | 22.79 | - |
| YUV | 89.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 131 | 0 | 0.87 | 0.34 | 0.22 | 323.37 | 0.77 | 0.44 |
| Hex | C6 | 1A | 83 | 0 | 57 | 22 | 16 | 143 | 4D | 2C |
| Octal | 306 | 32 | 203 | 0 | 127 | 42 | 26 | 503 | 115 | 54 |
| Binary | 11000110 | 11010 | 10000011 | 0 | 1010111 | 100010 | 10110 | 101000011 | 1001101 | 101100 |
Color Harmonies of #C61A83
Complementary color
Monochromatic Colors of #C61A83
Black with #C61A83
Text Example
Text Example
White with #C61A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A83; }
p { color: rgb(198,26,131); }
H1.HeaderClassName
{
color: #C61A83;
}
.AnyTagClassName
{
color: #C61A83;
}
</style>
background-color css
<style>
a { background-color: #C61A83; }
a { background-color: rgb(198,26,131); }
div.DivClassName
{
background-color: #C61A83;
}
.BgClassName
{
background-color: #C61A83;
}
</style>
border-color css
<style>
span { border-color: #C61A83; }
span { border-color: rgb(198,26,131); }
td.TdClassName
{
border-color: #C61A83;
}
.TagClassName
{
border-color: #C61A83;
}
</style>