Shades of Medium Violet Red #C9027C
Tints of Medium Violet Red #C9027C
RGB
CMYK
RGB Variations
Color information
#C9027C (or 0xC9027C) is known color: Medium Violet Red. HEX triplet: C9, 02 and 7C. RGB value is (201,2,124). Sum of RGB (Red+Green+Blue) = 201+2+124=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9027C is #36FD83. Grayscale: #4B4B4B. Windows color (decimal): -3603844 or 8127177. OLE color: 8127177.
HSL color Cylindrical-coordinate representation of color #C9027C: hue angle of 323.22º 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 #C9027C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.21 |
| HSL | 323.22º | 0.98% | 0.4% | - |
| HSV(B) | 323.22º | 0.99% | 0.79% | - |
| XYZ | 27.75 | 13.92 | 20.29 | - |
| YUV | 75.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 124 | 0 | 0.99 | 0.38 | 0.21 | 323.22 | 0.98 | 0.4 |
| Hex | C9 | 2 | 7C | 0 | 63 | 26 | 15 | 143 | 62 | 28 |
| Octal | 311 | 2 | 174 | 0 | 143 | 46 | 25 | 503 | 142 | 50 |
| Binary | 11001001 | 10 | 1111100 | 0 | 1100011 | 100110 | 10101 | 101000011 | 1100010 | 101000 |
Color Harmonies of #C9027C
Complementary color
Monochromatic Colors of #C9027C
Black with #C9027C
Text Example
Text Example
White with #C9027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9027C; }
p { color: rgb(201,2,124); }
H1.HeaderClassName
{
color: #C9027C;
}
.AnyTagClassName
{
color: #C9027C;
}
</style>
background-color css
<style>
a { background-color: #C9027C; }
a { background-color: rgb(201,2,124); }
div.DivClassName
{
background-color: #C9027C;
}
.BgClassName
{
background-color: #C9027C;
}
</style>
border-color css
<style>
span { border-color: #C9027C; }
span { border-color: rgb(201,2,124); }
td.TdClassName
{
border-color: #C9027C;
}
.TagClassName
{
border-color: #C9027C;
}
</style>