Shades of Medium Violet Red #C9027E
Tints of Medium Violet Red #C9027E
RGB
CMYK
RGB Variations
Color information
#C9027E (or 0xC9027E) is known color: Medium Violet Red. HEX triplet: C9, 02 and 7E. RGB value is (201,2,126). Sum of RGB (Red+Green+Blue) = 201+2+126=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9027E is #36FD81. Grayscale: #4B4B4B. Windows color (decimal): -3603842 or 8258249. OLE color: 8258249.
HSL color Cylindrical-coordinate representation of color #C9027E: hue angle of 322.61º 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 #C9027E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.21 |
| HSL | 322.61º | 0.98% | 0.4% | - |
| HSV(B) | 322.61º | 0.99% | 0.79% | - |
| XYZ | 27.88 | 13.97 | 20.97 | - |
| YUV | 75.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 126 | 0 | 0.99 | 0.37 | 0.21 | 322.61 | 0.98 | 0.4 |
| Hex | C9 | 2 | 7E | 0 | 63 | 25 | 15 | 143 | 62 | 28 |
| Octal | 311 | 2 | 176 | 0 | 143 | 45 | 25 | 503 | 142 | 50 |
| Binary | 11001001 | 10 | 1111110 | 0 | 1100011 | 100101 | 10101 | 101000011 | 1100010 | 101000 |
Color Harmonies of #C9027E
Complementary color
Monochromatic Colors of #C9027E
Black with #C9027E
Text Example
Text Example
White with #C9027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9027E; }
p { color: rgb(201,2,126); }
H1.HeaderClassName
{
color: #C9027E;
}
.AnyTagClassName
{
color: #C9027E;
}
</style>
background-color css
<style>
a { background-color: #C9027E; }
a { background-color: rgb(201,2,126); }
div.DivClassName
{
background-color: #C9027E;
}
.BgClassName
{
background-color: #C9027E;
}
</style>
border-color css
<style>
span { border-color: #C9027E; }
span { border-color: rgb(201,2,126); }
td.TdClassName
{
border-color: #C9027E;
}
.TagClassName
{
border-color: #C9027E;
}
</style>