Shades of Medium Violet Red #C9019D
Tints of Medium Violet Red #C9019D
RGB
CMYK
RGB Variations
Color information
#C9019D (or 0xC9019D) is known color: Medium Violet Red. HEX triplet: C9, 01 and 9D. RGB value is (201,1,157). Sum of RGB (Red+Green+Blue) = 201+1+157=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9019D is #36FE62. Grayscale: #4E4E4E. Windows color (decimal): -3604067 or 10289609. OLE color: 10289609.
HSL color Cylindrical-coordinate representation of color #C9019D: hue angle of 313.2º 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 #C9019D is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.21 |
| HSL | 313.2º | 0.99% | 0.4% | - |
| HSV(B) | 313.2º | 1% | 0.79% | - |
| XYZ | 30.18 | 14.87 | 33.18 | - |
| YUV | 78.58 | 172.26 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 157 | 0 | 1.00 | 0.22 | 0.21 | 313.2 | 0.99 | 0.4 |
| Hex | C9 | 1 | 9D | 0 | 64 | 16 | 15 | 139 | 63 | 28 |
| Octal | 311 | 1 | 235 | 0 | 144 | 26 | 25 | 471 | 143 | 50 |
| Binary | 11001001 | 1 | 10011101 | 0 | 1100100 | 10110 | 10101 | 100111001 | 1100011 | 101000 |
Color Harmonies of #C9019D
Complementary color
Monochromatic Colors of #C9019D
Black with #C9019D
Text Example
Text Example
White with #C9019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9019D; }
p { color: rgb(201,1,157); }
H1.HeaderClassName
{
color: #C9019D;
}
.AnyTagClassName
{
color: #C9019D;
}
</style>
background-color css
<style>
a { background-color: #C9019D; }
a { background-color: rgb(201,1,157); }
div.DivClassName
{
background-color: #C9019D;
}
.BgClassName
{
background-color: #C9019D;
}
</style>
border-color css
<style>
span { border-color: #C9019D; }
span { border-color: rgb(201,1,157); }
td.TdClassName
{
border-color: #C9019D;
}
.TagClassName
{
border-color: #C9019D;
}
</style>