Shades of Medium Violet Red #C61B9A
Tints of Medium Violet Red #C61B9A
RGB
CMYK
RGB Variations
Color information
#C61B9A (or 0xC61B9A) is known color: Medium Violet Red. HEX triplet: C6, 1B and 9A. RGB value is (198,27,154). Sum of RGB (Red+Green+Blue) = 198+27+154=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B9A is #39E465. Grayscale: #5C5C5C. Windows color (decimal): -3794022 or 10099654. OLE color: 10099654.
HSL color Cylindrical-coordinate representation of color #C61B9A: hue angle of 315.44º 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 #C61B9A is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 154 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.22 |
| HSL | 315.44º | 0.76% | 0.44% | - |
| HSV(B) | 315.44º | 0.86% | 0.78% | - |
| XYZ | 29.51 | 15.12 | 31.94 | - |
| YUV | 92.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 154 | 0 | 0.86 | 0.22 | 0.22 | 315.44 | 0.76 | 0.44 |
| Hex | C6 | 1B | 9A | 0 | 56 | 16 | 16 | 13B | 4C | 2C |
| Octal | 306 | 33 | 232 | 0 | 126 | 26 | 26 | 473 | 114 | 54 |
| Binary | 11000110 | 11011 | 10011010 | 0 | 1010110 | 10110 | 10110 | 100111011 | 1001100 | 101100 |
Color Harmonies of #C61B9A
Complementary color
Monochromatic Colors of #C61B9A
Black with #C61B9A
Text Example
Text Example
White with #C61B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B9A; }
p { color: rgb(198,27,154); }
H1.HeaderClassName
{
color: #C61B9A;
}
.AnyTagClassName
{
color: #C61B9A;
}
</style>
background-color css
<style>
a { background-color: #C61B9A; }
a { background-color: rgb(198,27,154); }
div.DivClassName
{
background-color: #C61B9A;
}
.BgClassName
{
background-color: #C61B9A;
}
</style>
border-color css
<style>
span { border-color: #C61B9A; }
span { border-color: rgb(198,27,154); }
td.TdClassName
{
border-color: #C61B9A;
}
.TagClassName
{
border-color: #C61B9A;
}
</style>