Shades of Medium Violet Red #C61B8C
Tints of Medium Violet Red #C61B8C
RGB
CMYK
RGB Variations
Color information
#C61B8C (or 0xC61B8C) is known color: Medium Violet Red. HEX triplet: C6, 1B and 8C. RGB value is (198,27,140). Sum of RGB (Red+Green+Blue) = 198+27+140=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B8C is #39E473. Grayscale: #5A5A5A. Windows color (decimal): -3794036 or 9182150. OLE color: 9182150.
HSL color Cylindrical-coordinate representation of color #C61B8C: hue angle of 320.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B8C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 140 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.22 |
| HSL | 320.35º | 0.76% | 0.44% | - |
| HSV(B) | 320.35º | 0.86% | 0.78% | - |
| XYZ | 28.41 | 14.68 | 26.15 | - |
| YUV | 91.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 140 | 0 | 0.86 | 0.29 | 0.22 | 320.35 | 0.76 | 0.44 |
| Hex | C6 | 1B | 8C | 0 | 56 | 1D | 16 | 140 | 4C | 2C |
| Octal | 306 | 33 | 214 | 0 | 126 | 35 | 26 | 500 | 114 | 54 |
| Binary | 11000110 | 11011 | 10001100 | 0 | 1010110 | 11101 | 10110 | 101000000 | 1001100 | 101100 |
Color Harmonies of #C61B8C
Complementary color
Monochromatic Colors of #C61B8C
Black with #C61B8C
Text Example
Text Example
White with #C61B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B8C; }
p { color: rgb(198,27,140); }
H1.HeaderClassName
{
color: #C61B8C;
}
.AnyTagClassName
{
color: #C61B8C;
}
</style>
background-color css
<style>
a { background-color: #C61B8C; }
a { background-color: rgb(198,27,140); }
div.DivClassName
{
background-color: #C61B8C;
}
.BgClassName
{
background-color: #C61B8C;
}
</style>
border-color css
<style>
span { border-color: #C61B8C; }
span { border-color: rgb(198,27,140); }
td.TdClassName
{
border-color: #C61B8C;
}
.TagClassName
{
border-color: #C61B8C;
}
</style>