Shades of Medium Violet Red #C9029A
Tints of Medium Violet Red #C9029A
RGB
CMYK
RGB Variations
Color information
#C9029A (or 0xC9029A) is known color: Medium Violet Red. HEX triplet: C9, 02 and 9A. RGB value is (201,2,154). Sum of RGB (Red+Green+Blue) = 201+2+154=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9029A is #36FD65. Grayscale: #4E4E4E. Windows color (decimal): -3603814 or 10093257. OLE color: 10093257.
HSL color Cylindrical-coordinate representation of color #C9029A: hue angle of 314.17º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9029A is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.21 |
| HSL | 314.17º | 0.98% | 0.4% | - |
| HSV(B) | 314.17º | 0.99% | 0.79% | - |
| XYZ | 29.94 | 14.79 | 31.85 | - |
| YUV | 78.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 154 | 0 | 0.99 | 0.23 | 0.21 | 314.17 | 0.98 | 0.4 |
| Hex | C9 | 2 | 9A | 0 | 63 | 17 | 15 | 13A | 62 | 28 |
| Octal | 311 | 2 | 232 | 0 | 143 | 27 | 25 | 472 | 142 | 50 |
| Binary | 11001001 | 10 | 10011010 | 0 | 1100011 | 10111 | 10101 | 100111010 | 1100010 | 101000 |
Color Harmonies of #C9029A
Complementary color
Monochromatic Colors of #C9029A
Black with #C9029A
Text Example
Text Example
White with #C9029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9029A; }
p { color: rgb(201,2,154); }
H1.HeaderClassName
{
color: #C9029A;
}
.AnyTagClassName
{
color: #C9029A;
}
</style>
background-color css
<style>
a { background-color: #C9029A; }
a { background-color: rgb(201,2,154); }
div.DivClassName
{
background-color: #C9029A;
}
.BgClassName
{
background-color: #C9029A;
}
</style>
border-color css
<style>
span { border-color: #C9029A; }
span { border-color: rgb(201,2,154); }
td.TdClassName
{
border-color: #C9029A;
}
.TagClassName
{
border-color: #C9029A;
}
</style>