Shades of Medium Violet Red #C9018C
Tints of Medium Violet Red #C9018C
RGB
CMYK
RGB Variations
Color information
#C9018C (or 0xC9018C) is known color: Medium Violet Red. HEX triplet: C9, 01 and 8C. RGB value is (201,1,140). Sum of RGB (Red+Green+Blue) = 201+1+140=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9018C is #36FE73. Grayscale: #4C4C4C. Windows color (decimal): -3604084 or 9175497. OLE color: 9175497.
HSL color Cylindrical-coordinate representation of color #C9018C: hue angle of 318.3º 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 #C9018C is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.21 |
| HSL | 318.3º | 0.99% | 0.4% | - |
| HSV(B) | 318.3º | 1% | 0.79% | - |
| XYZ | 28.83 | 14.33 | 26.06 | - |
| YUV | 76.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 140 | 0 | 1.00 | 0.30 | 0.21 | 318.3 | 0.99 | 0.4 |
| Hex | C9 | 1 | 8C | 0 | 64 | 1E | 15 | 13E | 63 | 28 |
| Octal | 311 | 1 | 214 | 0 | 144 | 36 | 25 | 476 | 143 | 50 |
| Binary | 11001001 | 1 | 10001100 | 0 | 1100100 | 11110 | 10101 | 100111110 | 1100011 | 101000 |
Color Harmonies of #C9018C
Complementary color
Monochromatic Colors of #C9018C
Black with #C9018C
Text Example
Text Example
White with #C9018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9018C; }
p { color: rgb(201,1,140); }
H1.HeaderClassName
{
color: #C9018C;
}
.AnyTagClassName
{
color: #C9018C;
}
</style>
background-color css
<style>
a { background-color: #C9018C; }
a { background-color: rgb(201,1,140); }
div.DivClassName
{
background-color: #C9018C;
}
.BgClassName
{
background-color: #C9018C;
}
</style>
border-color css
<style>
span { border-color: #C9018C; }
span { border-color: rgb(201,1,140); }
td.TdClassName
{
border-color: #C9018C;
}
.TagClassName
{
border-color: #C9018C;
}
</style>