Shades of Medium Violet Red #C9018F
Tints of Medium Violet Red #C9018F
RGB
CMYK
RGB Variations
Color information
#C9018F (or 0xC9018F) is known color: Medium Violet Red. HEX triplet: C9, 01 and 8F. RGB value is (201,1,143). Sum of RGB (Red+Green+Blue) = 201+1+143=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9018F is #36FE70. Grayscale: #4C4C4C. Windows color (decimal): -3604081 or 9372105. OLE color: 9372105.
HSL color Cylindrical-coordinate representation of color #C9018F: hue angle of 317.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9018F is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.21 |
| HSL | 317.4º | 0.99% | 0.4% | - |
| HSV(B) | 317.4º | 1% | 0.79% | - |
| XYZ | 29.06 | 14.42 | 27.24 | - |
| YUV | 76.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 143 | 0 | 1.00 | 0.29 | 0.21 | 317.4 | 0.99 | 0.4 |
| Hex | C9 | 1 | 8F | 0 | 64 | 1D | 15 | 13D | 63 | 28 |
| Octal | 311 | 1 | 217 | 0 | 144 | 35 | 25 | 475 | 143 | 50 |
| Binary | 11001001 | 1 | 10001111 | 0 | 1100100 | 11101 | 10101 | 100111101 | 1100011 | 101000 |
Color Harmonies of #C9018F
Complementary color
Monochromatic Colors of #C9018F
Black with #C9018F
Text Example
Text Example
White with #C9018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9018F; }
p { color: rgb(201,1,143); }
H1.HeaderClassName
{
color: #C9018F;
}
.AnyTagClassName
{
color: #C9018F;
}
</style>
background-color css
<style>
a { background-color: #C9018F; }
a { background-color: rgb(201,1,143); }
div.DivClassName
{
background-color: #C9018F;
}
.BgClassName
{
background-color: #C9018F;
}
</style>
border-color css
<style>
span { border-color: #C9018F; }
span { border-color: rgb(201,1,143); }
td.TdClassName
{
border-color: #C9018F;
}
.TagClassName
{
border-color: #C9018F;
}
</style>