Shades of Medium Violet Red #C9258A
Tints of Medium Violet Red #C9258A
RGB
CMYK
RGB Variations
Color information
#C9258A (or 0xC9258A) is known color: Medium Violet Red. HEX triplet: C9, 25 and 8A. RGB value is (201,37,138). Sum of RGB (Red+Green+Blue) = 201+37+138=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9258A is #36DA75. Grayscale: #616161. Windows color (decimal): -3594870 or 9053641. OLE color: 9053641.
HSL color Cylindrical-coordinate representation of color #C9258A: hue angle of 323.05º 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 #C9258A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 138 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.21 |
| HSL | 323.05º | 0.69% | 0.47% | - |
| HSV(B) | 323.05º | 0.82% | 0.79% | - |
| XYZ | 29.34 | 15.58 | 25.5 | - |
| YUV | 97.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 138 | 0 | 0.82 | 0.31 | 0.21 | 323.05 | 0.69 | 0.47 |
| Hex | C9 | 25 | 8A | 0 | 52 | 1F | 15 | 143 | 45 | 2F |
| Octal | 311 | 45 | 212 | 0 | 122 | 37 | 25 | 503 | 105 | 57 |
| Binary | 11001001 | 100101 | 10001010 | 0 | 1010010 | 11111 | 10101 | 101000011 | 1000101 | 101111 |
Color Harmonies of #C9258A
Complementary color
Monochromatic Colors of #C9258A
Black with #C9258A
Text Example
Text Example
White with #C9258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9258A; }
p { color: rgb(201,37,138); }
H1.HeaderClassName
{
color: #C9258A;
}
.AnyTagClassName
{
color: #C9258A;
}
</style>
background-color css
<style>
a { background-color: #C9258A; }
a { background-color: rgb(201,37,138); }
div.DivClassName
{
background-color: #C9258A;
}
.BgClassName
{
background-color: #C9258A;
}
</style>
border-color css
<style>
span { border-color: #C9258A; }
span { border-color: rgb(201,37,138); }
td.TdClassName
{
border-color: #C9258A;
}
.TagClassName
{
border-color: #C9258A;
}
</style>