Shades of Medium Violet Red #C61485
Tints of Medium Violet Red #C61485
RGB
CMYK
RGB Variations
Color information
#C61485 (or 0xC61485) is known color: Medium Violet Red. HEX triplet: C6, 14 and 85. RGB value is (198,20,133). Sum of RGB (Red+Green+Blue) = 198+20+133=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C61485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61485 is #39EB7A. Grayscale: #555555. Windows color (decimal): -3795835 or 8721606. OLE color: 8721606.
HSL color Cylindrical-coordinate representation of color #C61485: hue angle of 321.91º 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 #C61485 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.22 |
| HSL | 321.91º | 0.82% | 0.43% | - |
| HSV(B) | 321.91º | 0.9% | 0.78% | - |
| XYZ | 27.77 | 14.2 | 23.47 | - |
| YUV | 86.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 133 | 0 | 0.90 | 0.33 | 0.22 | 321.91 | 0.82 | 0.43 |
| Hex | C6 | 14 | 85 | 0 | 5A | 21 | 16 | 142 | 52 | 2B |
| Octal | 306 | 24 | 205 | 0 | 132 | 41 | 26 | 502 | 122 | 53 |
| Binary | 11000110 | 10100 | 10000101 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C61485
Complementary color
Monochromatic Colors of #C61485
Black with #C61485
Text Example
Text Example
White with #C61485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61485; }
p { color: rgb(198,20,133); }
H1.HeaderClassName
{
color: #C61485;
}
.AnyTagClassName
{
color: #C61485;
}
</style>
background-color css
<style>
a { background-color: #C61485; }
a { background-color: rgb(198,20,133); }
div.DivClassName
{
background-color: #C61485;
}
.BgClassName
{
background-color: #C61485;
}
</style>
border-color css
<style>
span { border-color: #C61485; }
span { border-color: rgb(198,20,133); }
td.TdClassName
{
border-color: #C61485;
}
.TagClassName
{
border-color: #C61485;
}
</style>