Shades of Medium Red Violet #C93292
Tints of Medium Red Violet #C93292
RGB
CMYK
RGB Variations
Color information
#C93292 (or 0xC93292) is known color: Medium Red Violet. HEX triplet: C9, 32 and 92. RGB value is (201,50,146). Sum of RGB (Red+Green+Blue) = 201+50+146=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C93292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93292 is #36CD6D. Grayscale: #696969. Windows color (decimal): -3591534 or 9581257. OLE color: 9581257.
HSL color Cylindrical-coordinate representation of color #C93292: hue angle of 321.85º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93292 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 146 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.21 |
| HSL | 321.85º | 0.6% | 0.49% | - |
| HSV(B) | 321.85º | 0.75% | 0.79% | - |
| XYZ | 30.42 | 16.77 | 28.83 | - |
| YUV | 106.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 146 | 0 | 0.75 | 0.27 | 0.21 | 321.85 | 0.6 | 0.49 |
| Hex | C9 | 32 | 92 | 0 | 4B | 1B | 15 | 142 | 3C | 31 |
| Octal | 311 | 62 | 222 | 0 | 113 | 33 | 25 | 502 | 74 | 61 |
| Binary | 11001001 | 110010 | 10010010 | 0 | 1001011 | 11011 | 10101 | 101000010 | 111100 | 110001 |
Color Harmonies of #C93292
Complementary color
Monochromatic Colors of #C93292
Black with #C93292
Text Example
Text Example
White with #C93292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93292; }
p { color: rgb(201,50,146); }
H1.HeaderClassName
{
color: #C93292;
}
.AnyTagClassName
{
color: #C93292;
}
</style>
background-color css
<style>
a { background-color: #C93292; }
a { background-color: rgb(201,50,146); }
div.DivClassName
{
background-color: #C93292;
}
.BgClassName
{
background-color: #C93292;
}
</style>
border-color css
<style>
span { border-color: #C93292; }
span { border-color: rgb(201,50,146); }
td.TdClassName
{
border-color: #C93292;
}
.TagClassName
{
border-color: #C93292;
}
</style>