Shades of Medium Violet Red #C9226F
Tints of Medium Violet Red #C9226F
RGB
CMYK
RGB Variations
Color information
#C9226F (or 0xC9226F) is known color: Medium Violet Red. HEX triplet: C9, 22 and 6F. RGB value is (201,34,111). Sum of RGB (Red+Green+Blue) = 201+34+111=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9226F is #36DD90. Grayscale: #5C5C5C. Windows color (decimal): -3595665 or 7283401. OLE color: 7283401.
HSL color Cylindrical-coordinate representation of color #C9226F: hue angle of 332.34º 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 #C9226F is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 111 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.21 |
| HSL | 332.34º | 0.71% | 0.46% | - |
| HSV(B) | 332.34º | 0.83% | 0.79% | - |
| XYZ | 27.53 | 14.71 | 16.43 | - |
| YUV | 92.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 111 | 0 | 0.83 | 0.45 | 0.21 | 332.34 | 0.71 | 0.46 |
| Hex | C9 | 22 | 6F | 0 | 53 | 2D | 15 | 14C | 47 | 2E |
| Octal | 311 | 42 | 157 | 0 | 123 | 55 | 25 | 514 | 107 | 56 |
| Binary | 11001001 | 100010 | 1101111 | 0 | 1010011 | 101101 | 10101 | 101001100 | 1000111 | 101110 |
Color Harmonies of #C9226F
Complementary color
Monochromatic Colors of #C9226F
Black with #C9226F
Text Example
Text Example
White with #C9226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9226F; }
p { color: rgb(201,34,111); }
H1.HeaderClassName
{
color: #C9226F;
}
.AnyTagClassName
{
color: #C9226F;
}
</style>
background-color css
<style>
a { background-color: #C9226F; }
a { background-color: rgb(201,34,111); }
div.DivClassName
{
background-color: #C9226F;
}
.BgClassName
{
background-color: #C9226F;
}
</style>
border-color css
<style>
span { border-color: #C9226F; }
span { border-color: rgb(201,34,111); }
td.TdClassName
{
border-color: #C9226F;
}
.TagClassName
{
border-color: #C9226F;
}
</style>