Shades of Medium Violet Red #C9237B
Tints of Medium Violet Red #C9237B
RGB
CMYK
RGB Variations
Color information
#C9237B (or 0xC9237B) is known color: Medium Violet Red. HEX triplet: C9, 23 and 7B. RGB value is (201,35,123). Sum of RGB (Red+Green+Blue) = 201+35+123=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9237B is #36DC84. Grayscale: #5E5E5E. Windows color (decimal): -3595397 or 8070089. OLE color: 8070089.
HSL color Cylindrical-coordinate representation of color #C9237B: hue angle of 328.19º 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 #C9237B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.21 |
| HSL | 328.19º | 0.7% | 0.46% | - |
| HSV(B) | 328.19º | 0.83% | 0.79% | - |
| XYZ | 28.26 | 15.05 | 20.15 | - |
| YUV | 94.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 123 | 0 | 0.83 | 0.39 | 0.21 | 328.19 | 0.7 | 0.46 |
| Hex | C9 | 23 | 7B | 0 | 53 | 27 | 15 | 148 | 46 | 2E |
| Octal | 311 | 43 | 173 | 0 | 123 | 47 | 25 | 510 | 106 | 56 |
| Binary | 11001001 | 100011 | 1111011 | 0 | 1010011 | 100111 | 10101 | 101001000 | 1000110 | 101110 |
Color Harmonies of #C9237B
Complementary color
Monochromatic Colors of #C9237B
Black with #C9237B
Text Example
Text Example
White with #C9237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9237B; }
p { color: rgb(201,35,123); }
H1.HeaderClassName
{
color: #C9237B;
}
.AnyTagClassName
{
color: #C9237B;
}
</style>
background-color css
<style>
a { background-color: #C9237B; }
a { background-color: rgb(201,35,123); }
div.DivClassName
{
background-color: #C9237B;
}
.BgClassName
{
background-color: #C9237B;
}
</style>
border-color css
<style>
span { border-color: #C9237B; }
span { border-color: rgb(201,35,123); }
td.TdClassName
{
border-color: #C9237B;
}
.TagClassName
{
border-color: #C9237B;
}
</style>