Shades of Medium Violet Red #C61CA4
Tints of Medium Violet Red #C61CA4
RGB
CMYK
RGB Variations
Color information
#C61CA4 (or 0xC61CA4) is known color: Medium Violet Red. HEX triplet: C6, 1C and A4. RGB value is (198,28,164). Sum of RGB (Red+Green+Blue) = 198+28+164=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61CA4 is #39E35B. Grayscale: #5D5D5D. Windows color (decimal): -3793756 or 10755270. OLE color: 10755270.
HSL color Cylindrical-coordinate representation of color #C61CA4: hue angle of 312º degrees, saturation: 0.75, 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 #C61CA4 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 164 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.22 |
| HSL | 312º | 0.75% | 0.44% | - |
| HSV(B) | 312º | 0.86% | 0.78% | - |
| XYZ | 30.4 | 15.52 | 36.51 | - |
| YUV | 94.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 164 | 0 | 0.86 | 0.17 | 0.22 | 312 | 0.75 | 0.44 |
| Hex | C6 | 1C | A4 | 0 | 56 | 11 | 16 | 138 | 4B | 2C |
| Octal | 306 | 34 | 244 | 0 | 126 | 21 | 26 | 470 | 113 | 54 |
| Binary | 11000110 | 11100 | 10100100 | 0 | 1010110 | 10001 | 10110 | 100111000 | 1001011 | 101100 |
Color Harmonies of #C61CA4
Complementary color
Monochromatic Colors of #C61CA4
Black with #C61CA4
Text Example
Text Example
White with #C61CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CA4; }
p { color: rgb(198,28,164); }
H1.HeaderClassName
{
color: #C61CA4;
}
.AnyTagClassName
{
color: #C61CA4;
}
</style>
background-color css
<style>
a { background-color: #C61CA4; }
a { background-color: rgb(198,28,164); }
div.DivClassName
{
background-color: #C61CA4;
}
.BgClassName
{
background-color: #C61CA4;
}
</style>
border-color css
<style>
span { border-color: #C61CA4; }
span { border-color: rgb(198,28,164); }
td.TdClassName
{
border-color: #C61CA4;
}
.TagClassName
{
border-color: #C61CA4;
}
</style>