Shades of Medium Violet Red #C92481
Tints of Medium Violet Red #C92481
RGB
CMYK
RGB Variations
Color information
#C92481 (or 0xC92481) is known color: Medium Violet Red. HEX triplet: C9, 24 and 81. RGB value is (201,36,129). Sum of RGB (Red+Green+Blue) = 201+36+129=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C92481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92481 is #36DB7E. Grayscale: #5F5F5F. Windows color (decimal): -3595135 or 8463561. OLE color: 8463561.
HSL color Cylindrical-coordinate representation of color #C92481: hue angle of 326.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92481 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 129 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.21 |
| HSL | 326.18º | 0.7% | 0.46% | - |
| HSV(B) | 326.18º | 0.82% | 0.79% | - |
| XYZ | 28.68 | 15.26 | 22.2 | - |
| YUV | 95.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 129 | 0 | 0.82 | 0.36 | 0.21 | 326.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 81 | 0 | 52 | 24 | 15 | 146 | 46 | 2E |
| Octal | 311 | 44 | 201 | 0 | 122 | 44 | 25 | 506 | 106 | 56 |
| Binary | 11001001 | 100100 | 10000001 | 0 | 1010010 | 100100 | 10101 | 101000110 | 1000110 | 101110 |
Color Harmonies of #C92481
Complementary color
Monochromatic Colors of #C92481
Black with #C92481
Text Example
Text Example
White with #C92481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92481; }
p { color: rgb(201,36,129); }
H1.HeaderClassName
{
color: #C92481;
}
.AnyTagClassName
{
color: #C92481;
}
</style>
background-color css
<style>
a { background-color: #C92481; }
a { background-color: rgb(201,36,129); }
div.DivClassName
{
background-color: #C92481;
}
.BgClassName
{
background-color: #C92481;
}
</style>
border-color css
<style>
span { border-color: #C92481; }
span { border-color: rgb(201,36,129); }
td.TdClassName
{
border-color: #C92481;
}
.TagClassName
{
border-color: #C92481;
}
</style>