Shades of Medium Violet Red #C61888
Tints of Medium Violet Red #C61888
RGB
CMYK
RGB Variations
Color information
#C61888 (or 0xC61888) is known color: Medium Violet Red. HEX triplet: C6, 18 and 88. RGB value is (198,24,136). Sum of RGB (Red+Green+Blue) = 198+24+136=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C61888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61888 is #39E777. Grayscale: #585858. Windows color (decimal): -3794808 or 8919238. OLE color: 8919238.
HSL color Cylindrical-coordinate representation of color #C61888: hue angle of 321.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61888 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 136 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.22 |
| HSL | 321.38º | 0.78% | 0.44% | - |
| HSV(B) | 321.38º | 0.88% | 0.78% | - |
| XYZ | 28.06 | 14.44 | 24.6 | - |
| YUV | 88.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 136 | 0 | 0.88 | 0.31 | 0.22 | 321.38 | 0.78 | 0.44 |
| Hex | C6 | 18 | 88 | 0 | 58 | 1F | 16 | 141 | 4E | 2C |
| Octal | 306 | 30 | 210 | 0 | 130 | 37 | 26 | 501 | 116 | 54 |
| Binary | 11000110 | 11000 | 10001000 | 0 | 1011000 | 11111 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C61888
Complementary color
Monochromatic Colors of #C61888
Black with #C61888
Text Example
Text Example
White with #C61888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61888; }
p { color: rgb(198,24,136); }
H1.HeaderClassName
{
color: #C61888;
}
.AnyTagClassName
{
color: #C61888;
}
</style>
background-color css
<style>
a { background-color: #C61888; }
a { background-color: rgb(198,24,136); }
div.DivClassName
{
background-color: #C61888;
}
.BgClassName
{
background-color: #C61888;
}
</style>
border-color css
<style>
span { border-color: #C61888; }
span { border-color: rgb(198,24,136); }
td.TdClassName
{
border-color: #C61888;
}
.TagClassName
{
border-color: #C61888;
}
</style>