Shades of Medium Violet Red #C61884
Tints of Medium Violet Red #C61884
RGB
CMYK
RGB Variations
Color information
#C61884 (or 0xC61884) is known color: Medium Violet Red. HEX triplet: C6, 18 and 84. RGB value is (198,24,132). Sum of RGB (Red+Green+Blue) = 198+24+132=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61884 is #39E77B. Grayscale: #585858. Windows color (decimal): -3794812 or 8657094. OLE color: 8657094.
HSL color Cylindrical-coordinate representation of color #C61884: hue angle of 322.76º 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 #C61884 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.22 |
| HSL | 322.76º | 0.78% | 0.44% | - |
| HSV(B) | 322.76º | 0.88% | 0.78% | - |
| XYZ | 27.78 | 14.32 | 23.13 | - |
| YUV | 88.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 132 | 0 | 0.88 | 0.33 | 0.22 | 322.76 | 0.78 | 0.44 |
| Hex | C6 | 18 | 84 | 0 | 58 | 21 | 16 | 143 | 4E | 2C |
| Octal | 306 | 30 | 204 | 0 | 130 | 41 | 26 | 503 | 116 | 54 |
| Binary | 11000110 | 11000 | 10000100 | 0 | 1011000 | 100001 | 10110 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C61884
Complementary color
Monochromatic Colors of #C61884
Black with #C61884
Text Example
Text Example
White with #C61884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61884; }
p { color: rgb(198,24,132); }
H1.HeaderClassName
{
color: #C61884;
}
.AnyTagClassName
{
color: #C61884;
}
</style>
background-color css
<style>
a { background-color: #C61884; }
a { background-color: rgb(198,24,132); }
div.DivClassName
{
background-color: #C61884;
}
.BgClassName
{
background-color: #C61884;
}
</style>
border-color css
<style>
span { border-color: #C61884; }
span { border-color: rgb(198,24,132); }
td.TdClassName
{
border-color: #C61884;
}
.TagClassName
{
border-color: #C61884;
}
</style>