Shades of Medium Violet Red #C9237D
Tints of Medium Violet Red #C9237D
RGB
CMYK
RGB Variations
Color information
#C9237D (or 0xC9237D) is known color: Medium Violet Red. HEX triplet: C9, 23 and 7D. RGB value is (201,35,125). Sum of RGB (Red+Green+Blue) = 201+35+125=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9237D is #36DC82. Grayscale: #5E5E5E. Windows color (decimal): -3595395 or 8201161. OLE color: 8201161.
HSL color Cylindrical-coordinate representation of color #C9237D: hue angle of 327.47º 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 #C9237D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 125 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.21 |
| HSL | 327.47º | 0.7% | 0.46% | - |
| HSV(B) | 327.47º | 0.83% | 0.79% | - |
| XYZ | 28.39 | 15.1 | 20.82 | - |
| YUV | 94.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 125 | 0 | 0.83 | 0.38 | 0.21 | 327.47 | 0.7 | 0.46 |
| Hex | C9 | 23 | 7D | 0 | 53 | 26 | 15 | 147 | 46 | 2E |
| Octal | 311 | 43 | 175 | 0 | 123 | 46 | 25 | 507 | 106 | 56 |
| Binary | 11001001 | 100011 | 1111101 | 0 | 1010011 | 100110 | 10101 | 101000111 | 1000110 | 101110 |
Color Harmonies of #C9237D
Complementary color
Monochromatic Colors of #C9237D
Black with #C9237D
Text Example
Text Example
White with #C9237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9237D; }
p { color: rgb(201,35,125); }
H1.HeaderClassName
{
color: #C9237D;
}
.AnyTagClassName
{
color: #C9237D;
}
</style>
background-color css
<style>
a { background-color: #C9237D; }
a { background-color: rgb(201,35,125); }
div.DivClassName
{
background-color: #C9237D;
}
.BgClassName
{
background-color: #C9237D;
}
</style>
border-color css
<style>
span { border-color: #C9237D; }
span { border-color: rgb(201,35,125); }
td.TdClassName
{
border-color: #C9237D;
}
.TagClassName
{
border-color: #C9237D;
}
</style>