Shades of Medium Violet Red #C9238F
Tints of Medium Violet Red #C9238F
RGB
CMYK
RGB Variations
Color information
#C9238F (or 0xC9238F) is known color: Medium Violet Red. HEX triplet: C9, 23 and 8F. RGB value is (201,35,143). Sum of RGB (Red+Green+Blue) = 201+35+143=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9238F is #36DC70. Grayscale: #606060. Windows color (decimal): -3595377 or 9380809. OLE color: 9380809.
HSL color Cylindrical-coordinate representation of color #C9238F: hue angle of 320.96º degrees, saturation: 0.7, 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 #C9238F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 143 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.21 |
| HSL | 320.96º | 0.7% | 0.46% | - |
| HSV(B) | 320.96º | 0.83% | 0.79% | - |
| XYZ | 29.65 | 15.6 | 27.44 | - |
| YUV | 96.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 143 | 0 | 0.83 | 0.29 | 0.21 | 320.96 | 0.7 | 0.46 |
| Hex | C9 | 23 | 8F | 0 | 53 | 1D | 15 | 141 | 46 | 2E |
| Octal | 311 | 43 | 217 | 0 | 123 | 35 | 25 | 501 | 106 | 56 |
| Binary | 11001001 | 100011 | 10001111 | 0 | 1010011 | 11101 | 10101 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C9238F
Complementary color
Monochromatic Colors of #C9238F
Black with #C9238F
Text Example
Text Example
White with #C9238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9238F; }
p { color: rgb(201,35,143); }
H1.HeaderClassName
{
color: #C9238F;
}
.AnyTagClassName
{
color: #C9238F;
}
</style>
background-color css
<style>
a { background-color: #C9238F; }
a { background-color: rgb(201,35,143); }
div.DivClassName
{
background-color: #C9238F;
}
.BgClassName
{
background-color: #C9238F;
}
</style>
border-color css
<style>
span { border-color: #C9238F; }
span { border-color: rgb(201,35,143); }
td.TdClassName
{
border-color: #C9238F;
}
.TagClassName
{
border-color: #C9238F;
}
</style>