Shades of Medium Violet Red #C61DAB
Tints of Medium Violet Red #C61DAB
RGB
CMYK
RGB Variations
Color information
#C61DAB (or 0xC61DAB) is known color: Medium Violet Red. HEX triplet: C6, 1D and AB. RGB value is (198,29,171). Sum of RGB (Red+Green+Blue) = 198+29+171=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61DAB is #39E254. Grayscale: #5F5F5F. Windows color (decimal): -3793493 or 11214278. OLE color: 11214278.
HSL color Cylindrical-coordinate representation of color #C61DAB: hue angle of 309.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61DAB is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 171 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.22 |
| HSL | 309.59º | 0.74% | 0.45% | - |
| HSV(B) | 309.59º | 0.85% | 0.78% | - |
| XYZ | 31.08 | 15.82 | 39.94 | - |
| YUV | 95.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 171 | 0 | 0.85 | 0.14 | 0.22 | 309.59 | 0.74 | 0.45 |
| Hex | C6 | 1D | AB | 0 | 55 | E | 16 | 136 | 4A | 2D |
| Octal | 306 | 35 | 253 | 0 | 125 | 16 | 26 | 466 | 112 | 55 |
| Binary | 11000110 | 11101 | 10101011 | 0 | 1010101 | 1110 | 10110 | 100110110 | 1001010 | 101101 |
Color Harmonies of #C61DAB
Complementary color
Monochromatic Colors of #C61DAB
Black with #C61DAB
Text Example
Text Example
White with #C61DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DAB; }
p { color: rgb(198,29,171); }
H1.HeaderClassName
{
color: #C61DAB;
}
.AnyTagClassName
{
color: #C61DAB;
}
</style>
background-color css
<style>
a { background-color: #C61DAB; }
a { background-color: rgb(198,29,171); }
div.DivClassName
{
background-color: #C61DAB;
}
.BgClassName
{
background-color: #C61DAB;
}
</style>
border-color css
<style>
span { border-color: #C61DAB; }
span { border-color: rgb(198,29,171); }
td.TdClassName
{
border-color: #C61DAB;
}
.TagClassName
{
border-color: #C61DAB;
}
</style>