Shades of Medium Violet Red #C61384
Tints of Medium Violet Red #C61384
RGB
CMYK
RGB Variations
Color information
#C61384 (or 0xC61384) is known color: Medium Violet Red. HEX triplet: C6, 13 and 84. RGB value is (198,19,132). Sum of RGB (Red+Green+Blue) = 198+19+132=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61384 is #39EC7B. Grayscale: #555555. Windows color (decimal): -3796092 or 8655814. OLE color: 8655814.
HSL color Cylindrical-coordinate representation of color #C61384: hue angle of 322.12º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61384 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.22 |
| HSL | 322.12º | 0.82% | 0.43% | - |
| HSV(B) | 322.12º | 0.9% | 0.78% | - |
| XYZ | 27.69 | 14.14 | 23.1 | - |
| YUV | 85.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 132 | 0 | 0.90 | 0.33 | 0.22 | 322.12 | 0.82 | 0.43 |
| Hex | C6 | 13 | 84 | 0 | 5A | 21 | 16 | 142 | 52 | 2B |
| Octal | 306 | 23 | 204 | 0 | 132 | 41 | 26 | 502 | 122 | 53 |
| Binary | 11000110 | 10011 | 10000100 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C61384
Complementary color
Monochromatic Colors of #C61384
Black with #C61384
Text Example
Text Example
White with #C61384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61384; }
p { color: rgb(198,19,132); }
H1.HeaderClassName
{
color: #C61384;
}
.AnyTagClassName
{
color: #C61384;
}
</style>
background-color css
<style>
a { background-color: #C61384; }
a { background-color: rgb(198,19,132); }
div.DivClassName
{
background-color: #C61384;
}
.BgClassName
{
background-color: #C61384;
}
</style>
border-color css
<style>
span { border-color: #C61384; }
span { border-color: rgb(198,19,132); }
td.TdClassName
{
border-color: #C61384;
}
.TagClassName
{
border-color: #C61384;
}
</style>