Shades of Medium Violet Red #C9239D
Tints of Medium Violet Red #C9239D
RGB
CMYK
RGB Variations
Color information
#C9239D (or 0xC9239D) is known color: Medium Violet Red. HEX triplet: C9, 23 and 9D. RGB value is (201,35,157). Sum of RGB (Red+Green+Blue) = 201+35+157=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9239D is #36DC62. Grayscale: #626262. Windows color (decimal): -3595363 or 10298313. OLE color: 10298313.
HSL color Cylindrical-coordinate representation of color #C9239D: hue angle of 315.9º 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 #C9239D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 157 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.21 |
| HSL | 315.9º | 0.7% | 0.46% | - |
| HSV(B) | 315.9º | 0.83% | 0.79% | - |
| XYZ | 30.77 | 16.05 | 33.38 | - |
| YUV | 98.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 157 | 0 | 0.83 | 0.22 | 0.21 | 315.9 | 0.7 | 0.46 |
| Hex | C9 | 23 | 9D | 0 | 53 | 16 | 15 | 13C | 46 | 2E |
| Octal | 311 | 43 | 235 | 0 | 123 | 26 | 25 | 474 | 106 | 56 |
| Binary | 11001001 | 100011 | 10011101 | 0 | 1010011 | 10110 | 10101 | 100111100 | 1000110 | 101110 |
Color Harmonies of #C9239D
Complementary color
Monochromatic Colors of #C9239D
Black with #C9239D
Text Example
Text Example
White with #C9239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9239D; }
p { color: rgb(201,35,157); }
H1.HeaderClassName
{
color: #C9239D;
}
.AnyTagClassName
{
color: #C9239D;
}
</style>
background-color css
<style>
a { background-color: #C9239D; }
a { background-color: rgb(201,35,157); }
div.DivClassName
{
background-color: #C9239D;
}
.BgClassName
{
background-color: #C9239D;
}
</style>
border-color css
<style>
span { border-color: #C9239D; }
span { border-color: rgb(201,35,157); }
td.TdClassName
{
border-color: #C9239D;
}
.TagClassName
{
border-color: #C9239D;
}
</style>