Shades of Medium Violet Red #C9229D
Tints of Medium Violet Red #C9229D
RGB
CMYK
RGB Variations
Color information
#C9229D (or 0xC9229D) is known color: Medium Violet Red. HEX triplet: C9, 22 and 9D. RGB value is (201,34,157). Sum of RGB (Red+Green+Blue) = 201+34+157=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9229D is #36DD62. Grayscale: #616161. Windows color (decimal): -3595619 or 10298057. OLE color: 10298057.
HSL color Cylindrical-coordinate representation of color #C9229D: hue angle of 315.81º 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 #C9229D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 157 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.21 |
| HSL | 315.81º | 0.71% | 0.46% | - |
| HSV(B) | 315.81º | 0.83% | 0.79% | - |
| XYZ | 30.75 | 16 | 33.37 | - |
| YUV | 97.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 157 | 0 | 0.83 | 0.22 | 0.21 | 315.81 | 0.71 | 0.46 |
| Hex | C9 | 22 | 9D | 0 | 53 | 16 | 15 | 13C | 47 | 2E |
| Octal | 311 | 42 | 235 | 0 | 123 | 26 | 25 | 474 | 107 | 56 |
| Binary | 11001001 | 100010 | 10011101 | 0 | 1010011 | 10110 | 10101 | 100111100 | 1000111 | 101110 |
Color Harmonies of #C9229D
Complementary color
Monochromatic Colors of #C9229D
Black with #C9229D
Text Example
Text Example
White with #C9229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9229D; }
p { color: rgb(201,34,157); }
H1.HeaderClassName
{
color: #C9229D;
}
.AnyTagClassName
{
color: #C9229D;
}
</style>
background-color css
<style>
a { background-color: #C9229D; }
a { background-color: rgb(201,34,157); }
div.DivClassName
{
background-color: #C9229D;
}
.BgClassName
{
background-color: #C9229D;
}
</style>
border-color css
<style>
span { border-color: #C9229D; }
span { border-color: rgb(201,34,157); }
td.TdClassName
{
border-color: #C9229D;
}
.TagClassName
{
border-color: #C9229D;
}
</style>