Shades of Medium Violet Red #C9258F
Tints of Medium Violet Red #C9258F
RGB
CMYK
RGB Variations
Color information
#C9258F (or 0xC9258F) is known color: Medium Violet Red. HEX triplet: C9, 25 and 8F. RGB value is (201,37,143). Sum of RGB (Red+Green+Blue) = 201+37+143=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9258F is #36DA70. Grayscale: #616161. Windows color (decimal): -3594865 or 9381321. OLE color: 9381321.
HSL color Cylindrical-coordinate representation of color #C9258F: hue angle of 321.22º 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 #C9258F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 143 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.21 |
| HSL | 321.22º | 0.69% | 0.47% | - |
| HSV(B) | 321.22º | 0.82% | 0.79% | - |
| XYZ | 29.71 | 15.72 | 27.46 | - |
| YUV | 98.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 143 | 0 | 0.82 | 0.29 | 0.21 | 321.22 | 0.69 | 0.47 |
| Hex | C9 | 25 | 8F | 0 | 52 | 1D | 15 | 141 | 45 | 2F |
| Octal | 311 | 45 | 217 | 0 | 122 | 35 | 25 | 501 | 105 | 57 |
| Binary | 11001001 | 100101 | 10001111 | 0 | 1010010 | 11101 | 10101 | 101000001 | 1000101 | 101111 |
Color Harmonies of #C9258F
Complementary color
Monochromatic Colors of #C9258F
Black with #C9258F
Text Example
Text Example
White with #C9258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9258F; }
p { color: rgb(201,37,143); }
H1.HeaderClassName
{
color: #C9258F;
}
.AnyTagClassName
{
color: #C9258F;
}
</style>
background-color css
<style>
a { background-color: #C9258F; }
a { background-color: rgb(201,37,143); }
div.DivClassName
{
background-color: #C9258F;
}
.BgClassName
{
background-color: #C9258F;
}
</style>
border-color css
<style>
span { border-color: #C9258F; }
span { border-color: rgb(201,37,143); }
td.TdClassName
{
border-color: #C9258F;
}
.TagClassName
{
border-color: #C9258F;
}
</style>