Shades of Medium Violet Red #C61688
Tints of Medium Violet Red #C61688
RGB
CMYK
RGB Variations
Color information
#C61688 (or 0xC61688) is known color: Medium Violet Red. HEX triplet: C6, 16 and 88. RGB value is (198,22,136). Sum of RGB (Red+Green+Blue) = 198+22+136=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C61688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61688 is #39E977. Grayscale: #575757. Windows color (decimal): -3795320 or 8918726. OLE color: 8918726.
HSL color Cylindrical-coordinate representation of color #C61688: hue angle of 321.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61688 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 136 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.22 |
| HSL | 321.14º | 0.8% | 0.43% | - |
| HSV(B) | 321.14º | 0.89% | 0.78% | - |
| XYZ | 28.02 | 14.36 | 24.59 | - |
| YUV | 87.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 136 | 0 | 0.89 | 0.31 | 0.22 | 321.14 | 0.8 | 0.43 |
| Hex | C6 | 16 | 88 | 0 | 59 | 1F | 16 | 141 | 50 | 2B |
| Octal | 306 | 26 | 210 | 0 | 131 | 37 | 26 | 501 | 120 | 53 |
| Binary | 11000110 | 10110 | 10001000 | 0 | 1011001 | 11111 | 10110 | 101000001 | 1010000 | 101011 |
Color Harmonies of #C61688
Complementary color
Monochromatic Colors of #C61688
Black with #C61688
Text Example
Text Example
White with #C61688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61688; }
p { color: rgb(198,22,136); }
H1.HeaderClassName
{
color: #C61688;
}
.AnyTagClassName
{
color: #C61688;
}
</style>
background-color css
<style>
a { background-color: #C61688; }
a { background-color: rgb(198,22,136); }
div.DivClassName
{
background-color: #C61688;
}
.BgClassName
{
background-color: #C61688;
}
</style>
border-color css
<style>
span { border-color: #C61688; }
span { border-color: rgb(198,22,136); }
td.TdClassName
{
border-color: #C61688;
}
.TagClassName
{
border-color: #C61688;
}
</style>