Shades of Medium Red Violet #C93293
Tints of Medium Red Violet #C93293
RGB
CMYK
RGB Variations
Color information
#C93293 (or 0xC93293) is known color: Medium Red Violet. HEX triplet: C9, 32 and 93. RGB value is (201,50,147). Sum of RGB (Red+Green+Blue) = 201+50+147=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C93293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93293 is #36CD6C. Grayscale: #696969. Windows color (decimal): -3591533 or 9646793. OLE color: 9646793.
HSL color Cylindrical-coordinate representation of color #C93293: hue angle of 321.46º 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 #C93293 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 147 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.21 |
| HSL | 321.46º | 0.6% | 0.49% | - |
| HSV(B) | 321.46º | 0.75% | 0.79% | - |
| XYZ | 30.49 | 16.81 | 29.24 | - |
| YUV | 106.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 147 | 0 | 0.75 | 0.27 | 0.21 | 321.46 | 0.6 | 0.49 |
| Hex | C9 | 32 | 93 | 0 | 4B | 1B | 15 | 141 | 3C | 31 |
| Octal | 311 | 62 | 223 | 0 | 113 | 33 | 25 | 501 | 74 | 61 |
| Binary | 11001001 | 110010 | 10010011 | 0 | 1001011 | 11011 | 10101 | 101000001 | 111100 | 110001 |
Color Harmonies of #C93293
Complementary color
Monochromatic Colors of #C93293
Black with #C93293
Text Example
Text Example
White with #C93293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93293; }
p { color: rgb(201,50,147); }
H1.HeaderClassName
{
color: #C93293;
}
.AnyTagClassName
{
color: #C93293;
}
</style>
background-color css
<style>
a { background-color: #C93293; }
a { background-color: rgb(201,50,147); }
div.DivClassName
{
background-color: #C93293;
}
.BgClassName
{
background-color: #C93293;
}
</style>
border-color css
<style>
span { border-color: #C93293; }
span { border-color: rgb(201,50,147); }
td.TdClassName
{
border-color: #C93293;
}
.TagClassName
{
border-color: #C93293;
}
</style>