Shades of Medium Violet Red #C4018F
Tints of Medium Violet Red #C4018F
RGB
CMYK
RGB Variations
Color information
#C4018F (or 0xC4018F) is known color: Medium Violet Red. HEX triplet: C4, 01 and 8F. RGB value is (196,1,143). Sum of RGB (Red+Green+Blue) = 196+1+143=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4018F is #3BFE70. Grayscale: #4B4B4B. Windows color (decimal): -3931761 or 9372100. OLE color: 9372100.
HSL color Cylindrical-coordinate representation of color #C4018F: hue angle of 316.31º 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 #C4018F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.23 |
| HSL | 316.31º | 0.99% | 0.39% | - |
| HSV(B) | 316.31º | 0.99% | 0.77% | - |
| XYZ | 27.73 | 13.74 | 27.18 | - |
| YUV | 75.49 | 166.1 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 143 | 0 | 0.99 | 0.27 | 0.23 | 316.31 | 0.99 | 0.39 |
| Hex | C4 | 1 | 8F | 0 | 63 | 1B | 17 | 13C | 63 | 27 |
| Octal | 304 | 1 | 217 | 0 | 143 | 33 | 27 | 474 | 143 | 47 |
| Binary | 11000100 | 1 | 10001111 | 0 | 1100011 | 11011 | 10111 | 100111100 | 1100011 | 100111 |
Color Harmonies of #C4018F
Complementary color
Monochromatic Colors of #C4018F
Black with #C4018F
Text Example
Text Example
White with #C4018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4018F; }
p { color: rgb(196,1,143); }
H1.HeaderClassName
{
color: #C4018F;
}
.AnyTagClassName
{
color: #C4018F;
}
</style>
background-color css
<style>
a { background-color: #C4018F; }
a { background-color: rgb(196,1,143); }
div.DivClassName
{
background-color: #C4018F;
}
.BgClassName
{
background-color: #C4018F;
}
</style>
border-color css
<style>
span { border-color: #C4018F; }
span { border-color: rgb(196,1,143); }
td.TdClassName
{
border-color: #C4018F;
}
.TagClassName
{
border-color: #C4018F;
}
</style>