Shades of Medium Violet Red #C61083
Tints of Medium Violet Red #C61083
RGB
CMYK
RGB Variations
Color information
#C61083 (or 0xC61083) is known color: Medium Violet Red. HEX triplet: C6, 10 and 83. RGB value is (198,16,131). Sum of RGB (Red+Green+Blue) = 198+16+131=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C61083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61083 is #39EF7C. Grayscale: #535353. Windows color (decimal): -3796861 or 8589510. OLE color: 8589510.
HSL color Cylindrical-coordinate representation of color #C61083: hue angle of 322.09º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61083 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.22 |
| HSL | 322.09º | 0.85% | 0.42% | - |
| HSV(B) | 322.09º | 0.92% | 0.78% | - |
| XYZ | 27.57 | 14.02 | 22.72 | - |
| YUV | 83.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 131 | 0 | 0.92 | 0.34 | 0.22 | 322.09 | 0.85 | 0.42 |
| Hex | C6 | 10 | 83 | 0 | 5C | 22 | 16 | 142 | 55 | 2A |
| Octal | 306 | 20 | 203 | 0 | 134 | 42 | 26 | 502 | 125 | 52 |
| Binary | 11000110 | 10000 | 10000011 | 0 | 1011100 | 100010 | 10110 | 101000010 | 1010101 | 101010 |
Color Harmonies of #C61083
Complementary color
Monochromatic Colors of #C61083
Black with #C61083
Text Example
Text Example
White with #C61083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61083; }
p { color: rgb(198,16,131); }
H1.HeaderClassName
{
color: #C61083;
}
.AnyTagClassName
{
color: #C61083;
}
</style>
background-color css
<style>
a { background-color: #C61083; }
a { background-color: rgb(198,16,131); }
div.DivClassName
{
background-color: #C61083;
}
.BgClassName
{
background-color: #C61083;
}
</style>
border-color css
<style>
span { border-color: #C61083; }
span { border-color: rgb(198,16,131); }
td.TdClassName
{
border-color: #C61083;
}
.TagClassName
{
border-color: #C61083;
}
</style>