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