Shades of Medium Violet Red #C9018A
Tints of Medium Violet Red #C9018A
RGB
CMYK
RGB Variations
Color information
#C9018A (or 0xC9018A) is known color: Medium Violet Red. HEX triplet: C9, 01 and 8A. RGB value is (201,1,138). Sum of RGB (Red+Green+Blue) = 201+1+138=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9018A is #36FE75. Grayscale: #4C4C4C. Windows color (decimal): -3604086 or 9044425. OLE color: 9044425.
HSL color Cylindrical-coordinate representation of color #C9018A: hue angle of 318.9º 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 #C9018A is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.21 |
| HSL | 318.9º | 0.99% | 0.4% | - |
| HSV(B) | 318.9º | 1% | 0.79% | - |
| XYZ | 28.69 | 14.27 | 25.29 | - |
| YUV | 76.42 | 162.76 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 138 | 0 | 1.00 | 0.31 | 0.21 | 318.9 | 0.99 | 0.4 |
| Hex | C9 | 1 | 8A | 0 | 64 | 1F | 15 | 13F | 63 | 28 |
| Octal | 311 | 1 | 212 | 0 | 144 | 37 | 25 | 477 | 143 | 50 |
| Binary | 11001001 | 1 | 10001010 | 0 | 1100100 | 11111 | 10101 | 100111111 | 1100011 | 101000 |
Color Harmonies of #C9018A
Complementary color
Monochromatic Colors of #C9018A
Black with #C9018A
Text Example
Text Example
White with #C9018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9018A; }
p { color: rgb(201,1,138); }
H1.HeaderClassName
{
color: #C9018A;
}
.AnyTagClassName
{
color: #C9018A;
}
</style>
background-color css
<style>
a { background-color: #C9018A; }
a { background-color: rgb(201,1,138); }
div.DivClassName
{
background-color: #C9018A;
}
.BgClassName
{
background-color: #C9018A;
}
</style>
border-color css
<style>
span { border-color: #C9018A; }
span { border-color: rgb(201,1,138); }
td.TdClassName
{
border-color: #C9018A;
}
.TagClassName
{
border-color: #C9018A;
}
</style>