Shades of Medium Violet Red #C5018F
Tints of Medium Violet Red #C5018F
RGB
CMYK
RGB Variations
Color information
#C5018F (or 0xC5018F) is known color: Medium Violet Red. HEX triplet: C5, 01 and 8F. RGB value is (197,1,143). Sum of RGB (Red+Green+Blue) = 197+1+143=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5018F is #3AFE70. Grayscale: #4B4B4B. Windows color (decimal): -3866225 or 9372101. OLE color: 9372101.
HSL color Cylindrical-coordinate representation of color #C5018F: hue angle of 316.53º 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 #C5018F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.23 |
| HSL | 316.53º | 0.99% | 0.39% | - |
| HSV(B) | 316.53º | 0.99% | 0.77% | - |
| XYZ | 27.99 | 13.88 | 27.19 | - |
| YUV | 75.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 143 | 0 | 0.99 | 0.27 | 0.23 | 316.53 | 0.99 | 0.39 |
| Hex | C5 | 1 | 8F | 0 | 63 | 1B | 17 | 13D | 63 | 27 |
| Octal | 305 | 1 | 217 | 0 | 143 | 33 | 27 | 475 | 143 | 47 |
| Binary | 11000101 | 1 | 10001111 | 0 | 1100011 | 11011 | 10111 | 100111101 | 1100011 | 100111 |
Color Harmonies of #C5018F
Complementary color
Monochromatic Colors of #C5018F
Black with #C5018F
Text Example
Text Example
White with #C5018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5018F; }
p { color: rgb(197,1,143); }
H1.HeaderClassName
{
color: #C5018F;
}
.AnyTagClassName
{
color: #C5018F;
}
</style>
background-color css
<style>
a { background-color: #C5018F; }
a { background-color: rgb(197,1,143); }
div.DivClassName
{
background-color: #C5018F;
}
.BgClassName
{
background-color: #C5018F;
}
</style>
border-color css
<style>
span { border-color: #C5018F; }
span { border-color: rgb(197,1,143); }
td.TdClassName
{
border-color: #C5018F;
}
.TagClassName
{
border-color: #C5018F;
}
</style>