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