Shades of Medium Violet Red #C4018C
Tints of Medium Violet Red #C4018C
RGB
CMYK
RGB Variations
Color information
#C4018C (or 0xC4018C) is known color: Medium Violet Red. HEX triplet: C4, 01 and 8C. RGB value is (196,1,140). Sum of RGB (Red+Green+Blue) = 196+1+140=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4018C is #3BFE73. Grayscale: #4A4A4A. Windows color (decimal): -3931764 or 9175492. OLE color: 9175492.
HSL color Cylindrical-coordinate representation of color #C4018C: hue angle of 317.23º 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 #C4018C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.23 |
| HSL | 317.23º | 0.99% | 0.39% | - |
| HSV(B) | 317.23º | 0.99% | 0.77% | - |
| XYZ | 27.51 | 13.65 | 26 | - |
| YUV | 75.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 140 | 0 | 0.99 | 0.29 | 0.23 | 317.23 | 0.99 | 0.39 |
| Hex | C4 | 1 | 8C | 0 | 63 | 1D | 17 | 13D | 63 | 27 |
| Octal | 304 | 1 | 214 | 0 | 143 | 35 | 27 | 475 | 143 | 47 |
| Binary | 11000100 | 1 | 10001100 | 0 | 1100011 | 11101 | 10111 | 100111101 | 1100011 | 100111 |
Color Harmonies of #C4018C
Complementary color
Monochromatic Colors of #C4018C
Black with #C4018C
Text Example
Text Example
White with #C4018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4018C; }
p { color: rgb(196,1,140); }
H1.HeaderClassName
{
color: #C4018C;
}
.AnyTagClassName
{
color: #C4018C;
}
</style>
background-color css
<style>
a { background-color: #C4018C; }
a { background-color: rgb(196,1,140); }
div.DivClassName
{
background-color: #C4018C;
}
.BgClassName
{
background-color: #C4018C;
}
</style>
border-color css
<style>
span { border-color: #C4018C; }
span { border-color: rgb(196,1,140); }
td.TdClassName
{
border-color: #C4018C;
}
.TagClassName
{
border-color: #C4018C;
}
</style>