Shades of Medium Red Violet #C92D98
Tints of Medium Red Violet #C92D98
RGB
CMYK
RGB Variations
Color information
#C92D98 (or 0xC92D98) is known color: Medium Red Violet. HEX triplet: C9, 2D and 98. RGB value is (201,45,152). Sum of RGB (Red+Green+Blue) = 201+45+152=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92D98 is #36D267. Grayscale: #676767. Windows color (decimal): -3592808 or 9973193. OLE color: 9973193.
HSL color Cylindrical-coordinate representation of color #C92D98: hue angle of 318.85º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92D98 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 152 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.21 |
| HSL | 318.85º | 0.63% | 0.48% | - |
| HSV(B) | 318.85º | 0.78% | 0.79% | - |
| XYZ | 30.69 | 16.56 | 31.28 | - |
| YUV | 103.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 152 | 0 | 0.78 | 0.24 | 0.21 | 318.85 | 0.63 | 0.48 |
| Hex | C9 | 2D | 98 | 0 | 4E | 18 | 15 | 13F | 3F | 30 |
| Octal | 311 | 55 | 230 | 0 | 116 | 30 | 25 | 477 | 77 | 60 |
| Binary | 11001001 | 101101 | 10011000 | 0 | 1001110 | 11000 | 10101 | 100111111 | 111111 | 110000 |
Color Harmonies of #C92D98
Complementary color
Monochromatic Colors of #C92D98
Black with #C92D98
Text Example
Text Example
White with #C92D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D98; }
p { color: rgb(201,45,152); }
H1.HeaderClassName
{
color: #C92D98;
}
.AnyTagClassName
{
color: #C92D98;
}
</style>
background-color css
<style>
a { background-color: #C92D98; }
a { background-color: rgb(201,45,152); }
div.DivClassName
{
background-color: #C92D98;
}
.BgClassName
{
background-color: #C92D98;
}
</style>
border-color css
<style>
span { border-color: #C92D98; }
span { border-color: rgb(201,45,152); }
td.TdClassName
{
border-color: #C92D98;
}
.TagClassName
{
border-color: #C92D98;
}
</style>