Shades of Medium Violet Red #C9019A
Tints of Medium Violet Red #C9019A
RGB
CMYK
RGB Variations
Color information
#C9019A (or 0xC9019A) is known color: Medium Violet Red. HEX triplet: C9, 01 and 9A. RGB value is (201,1,154). Sum of RGB (Red+Green+Blue) = 201+1+154=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9019A is #36FE65. Grayscale: #4D4D4D. Windows color (decimal): -3604070 or 10093001. OLE color: 10093001.
HSL color Cylindrical-coordinate representation of color #C9019A: hue angle of 314.1º 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 #C9019A is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.21 |
| HSL | 314.1º | 0.99% | 0.4% | - |
| HSV(B) | 314.1º | 1% | 0.79% | - |
| XYZ | 29.93 | 14.77 | 31.85 | - |
| YUV | 78.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 154 | 0 | 1.00 | 0.23 | 0.21 | 314.1 | 0.99 | 0.4 |
| Hex | C9 | 1 | 9A | 0 | 64 | 17 | 15 | 13A | 63 | 28 |
| Octal | 311 | 1 | 232 | 0 | 144 | 27 | 25 | 472 | 143 | 50 |
| Binary | 11001001 | 1 | 10011010 | 0 | 1100100 | 10111 | 10101 | 100111010 | 1100011 | 101000 |
Color Harmonies of #C9019A
Complementary color
Monochromatic Colors of #C9019A
Black with #C9019A
Text Example
Text Example
White with #C9019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9019A; }
p { color: rgb(201,1,154); }
H1.HeaderClassName
{
color: #C9019A;
}
.AnyTagClassName
{
color: #C9019A;
}
</style>
background-color css
<style>
a { background-color: #C9019A; }
a { background-color: rgb(201,1,154); }
div.DivClassName
{
background-color: #C9019A;
}
.BgClassName
{
background-color: #C9019A;
}
</style>
border-color css
<style>
span { border-color: #C9019A; }
span { border-color: rgb(201,1,154); }
td.TdClassName
{
border-color: #C9019A;
}
.TagClassName
{
border-color: #C9019A;
}
</style>