Shades of Medium Violet Red #C9257D
Tints of Medium Violet Red #C9257D
RGB
CMYK
RGB Variations
Color information
#C9257D (or 0xC9257D) is known color: Medium Violet Red. HEX triplet: C9, 25 and 7D. RGB value is (201,37,125). Sum of RGB (Red+Green+Blue) = 201+37+125=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9257D is #36DA82. Grayscale: #5F5F5F. Windows color (decimal): -3594883 or 8201673. OLE color: 8201673.
HSL color Cylindrical-coordinate representation of color #C9257D: hue angle of 327.8º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9257D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 125 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.21 |
| HSL | 327.8º | 0.69% | 0.47% | - |
| HSV(B) | 327.8º | 0.82% | 0.79% | - |
| XYZ | 28.45 | 15.22 | 20.84 | - |
| YUV | 96.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 125 | 0 | 0.82 | 0.38 | 0.21 | 327.8 | 0.69 | 0.47 |
| Hex | C9 | 25 | 7D | 0 | 52 | 26 | 15 | 148 | 45 | 2F |
| Octal | 311 | 45 | 175 | 0 | 122 | 46 | 25 | 510 | 105 | 57 |
| Binary | 11001001 | 100101 | 1111101 | 0 | 1010010 | 100110 | 10101 | 101001000 | 1000101 | 101111 |
Color Harmonies of #C9257D
Complementary color
Monochromatic Colors of #C9257D
Black with #C9257D
Text Example
Text Example
White with #C9257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9257D; }
p { color: rgb(201,37,125); }
H1.HeaderClassName
{
color: #C9257D;
}
.AnyTagClassName
{
color: #C9257D;
}
</style>
background-color css
<style>
a { background-color: #C9257D; }
a { background-color: rgb(201,37,125); }
div.DivClassName
{
background-color: #C9257D;
}
.BgClassName
{
background-color: #C9257D;
}
</style>
border-color css
<style>
span { border-color: #C9257D; }
span { border-color: rgb(201,37,125); }
td.TdClassName
{
border-color: #C9257D;
}
.TagClassName
{
border-color: #C9257D;
}
</style>