Shades of Medium Violet Red #C4018D
Tints of Medium Violet Red #C4018D
RGB
CMYK
RGB Variations
Color information
#C4018D (or 0xC4018D) is known color: Medium Violet Red. HEX triplet: C4, 01 and 8D. RGB value is (196,1,141). Sum of RGB (Red+Green+Blue) = 196+1+141=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4018D is #3BFE72. Grayscale: #4A4A4A. Windows color (decimal): -3931763 or 9241028. OLE color: 9241028.
HSL color Cylindrical-coordinate representation of color #C4018D: hue angle of 316.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4018D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.23 |
| HSL | 316.92º | 0.99% | 0.39% | - |
| HSV(B) | 316.92º | 0.99% | 0.77% | - |
| XYZ | 27.58 | 13.68 | 26.39 | - |
| YUV | 75.27 | 165.1 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 141 | 0 | 0.99 | 0.28 | 0.23 | 316.92 | 0.99 | 0.39 |
| Hex | C4 | 1 | 8D | 0 | 63 | 1C | 17 | 13D | 63 | 27 |
| Octal | 304 | 1 | 215 | 0 | 143 | 34 | 27 | 475 | 143 | 47 |
| Binary | 11000100 | 1 | 10001101 | 0 | 1100011 | 11100 | 10111 | 100111101 | 1100011 | 100111 |
Color Harmonies of #C4018D
Complementary color
Monochromatic Colors of #C4018D
Black with #C4018D
Text Example
Text Example
White with #C4018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4018D; }
p { color: rgb(196,1,141); }
H1.HeaderClassName
{
color: #C4018D;
}
.AnyTagClassName
{
color: #C4018D;
}
</style>
background-color css
<style>
a { background-color: #C4018D; }
a { background-color: rgb(196,1,141); }
div.DivClassName
{
background-color: #C4018D;
}
.BgClassName
{
background-color: #C4018D;
}
</style>
border-color css
<style>
span { border-color: #C4018D; }
span { border-color: rgb(196,1,141); }
td.TdClassName
{
border-color: #C4018D;
}
.TagClassName
{
border-color: #C4018D;
}
</style>