Shades of Medium Red Violet #C93A79
Tints of Medium Red Violet #C93A79
RGB
CMYK
RGB Variations
Color information
#C93A79 (or 0xC93A79) is known color: Medium Red Violet. HEX triplet: C9, 3A and 79. RGB value is (201,58,121). Sum of RGB (Red+Green+Blue) = 201+58+121=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A79 is #36C586. Grayscale: #6B6B6B. Windows color (decimal): -3589511 or 7944905. OLE color: 7944905.
HSL color Cylindrical-coordinate representation of color #C93A79: hue angle of 333.57º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A79 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 121 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.21 |
| HSL | 333.57º | 0.57% | 0.51% | - |
| HSV(B) | 333.57º | 0.71% | 0.79% | - |
| XYZ | 29.05 | 16.82 | 19.81 | - |
| YUV | 107.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 121 | 0 | 0.71 | 0.40 | 0.21 | 333.57 | 0.57 | 0.51 |
| Hex | C9 | 3A | 79 | 0 | 47 | 28 | 15 | 14E | 39 | 33 |
| Octal | 311 | 72 | 171 | 0 | 107 | 50 | 25 | 516 | 71 | 63 |
| Binary | 11001001 | 111010 | 1111001 | 0 | 1000111 | 101000 | 10101 | 101001110 | 111001 | 110011 |
Color Harmonies of #C93A79
Complementary color
Monochromatic Colors of #C93A79
Black with #C93A79
Text Example
Text Example
White with #C93A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A79; }
p { color: rgb(201,58,121); }
H1.HeaderClassName
{
color: #C93A79;
}
.AnyTagClassName
{
color: #C93A79;
}
</style>
background-color css
<style>
a { background-color: #C93A79; }
a { background-color: rgb(201,58,121); }
div.DivClassName
{
background-color: #C93A79;
}
.BgClassName
{
background-color: #C93A79;
}
</style>
border-color css
<style>
span { border-color: #C93A79; }
span { border-color: rgb(201,58,121); }
td.TdClassName
{
border-color: #C93A79;
}
.TagClassName
{
border-color: #C93A79;
}
</style>