Shades of Medium Violet Red #C9227F
Tints of Medium Violet Red #C9227F
RGB
CMYK
RGB Variations
Color information
#C9227F (or 0xC9227F) is known color: Medium Violet Red. HEX triplet: C9, 22 and 7F. RGB value is (201,34,127). Sum of RGB (Red+Green+Blue) = 201+34+127=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9227F is #36DD80. Grayscale: #5E5E5E. Windows color (decimal): -3595649 or 8331977. OLE color: 8331977.
HSL color Cylindrical-coordinate representation of color #C9227F: hue angle of 326.59º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9227F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 127 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.21 |
| HSL | 326.59º | 0.71% | 0.46% | - |
| HSV(B) | 326.59º | 0.83% | 0.79% | - |
| XYZ | 28.49 | 15.09 | 21.49 | - |
| YUV | 94.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 127 | 0 | 0.83 | 0.37 | 0.21 | 326.59 | 0.71 | 0.46 |
| Hex | C9 | 22 | 7F | 0 | 53 | 25 | 15 | 147 | 47 | 2E |
| Octal | 311 | 42 | 177 | 0 | 123 | 45 | 25 | 507 | 107 | 56 |
| Binary | 11001001 | 100010 | 1111111 | 0 | 1010011 | 100101 | 10101 | 101000111 | 1000111 | 101110 |
Color Harmonies of #C9227F
Complementary color
Monochromatic Colors of #C9227F
Black with #C9227F
Text Example
Text Example
White with #C9227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9227F; }
p { color: rgb(201,34,127); }
H1.HeaderClassName
{
color: #C9227F;
}
.AnyTagClassName
{
color: #C9227F;
}
</style>
background-color css
<style>
a { background-color: #C9227F; }
a { background-color: rgb(201,34,127); }
div.DivClassName
{
background-color: #C9227F;
}
.BgClassName
{
background-color: #C9227F;
}
</style>
border-color css
<style>
span { border-color: #C9227F; }
span { border-color: rgb(201,34,127); }
td.TdClassName
{
border-color: #C9227F;
}
.TagClassName
{
border-color: #C9227F;
}
</style>