Shades of Medium Red Violet #C93A7A
Tints of Medium Red Violet #C93A7A
RGB
CMYK
RGB Variations
Color information
#C93A7A (or 0xC93A7A) is known color: Medium Red Violet. HEX triplet: C9, 3A and 7A. RGB value is (201,58,122). Sum of RGB (Red+Green+Blue) = 201+58+122=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A7A is #36C585. Grayscale: #6B6B6B. Windows color (decimal): -3589510 or 8010441. OLE color: 8010441.
HSL color Cylindrical-coordinate representation of color #C93A7A: hue angle of 333.15º 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 #C93A7A is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 122 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.21 |
| HSL | 333.15º | 0.57% | 0.51% | - |
| HSV(B) | 333.15º | 0.71% | 0.79% | - |
| XYZ | 29.11 | 16.85 | 20.13 | - |
| YUV | 108.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 122 | 0 | 0.71 | 0.39 | 0.21 | 333.15 | 0.57 | 0.51 |
| Hex | C9 | 3A | 7A | 0 | 47 | 27 | 15 | 14D | 39 | 33 |
| Octal | 311 | 72 | 172 | 0 | 107 | 47 | 25 | 515 | 71 | 63 |
| Binary | 11001001 | 111010 | 1111010 | 0 | 1000111 | 100111 | 10101 | 101001101 | 111001 | 110011 |
Color Harmonies of #C93A7A
Complementary color
Monochromatic Colors of #C93A7A
Black with #C93A7A
Text Example
Text Example
White with #C93A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A7A; }
p { color: rgb(201,58,122); }
H1.HeaderClassName
{
color: #C93A7A;
}
.AnyTagClassName
{
color: #C93A7A;
}
</style>
background-color css
<style>
a { background-color: #C93A7A; }
a { background-color: rgb(201,58,122); }
div.DivClassName
{
background-color: #C93A7A;
}
.BgClassName
{
background-color: #C93A7A;
}
</style>
border-color css
<style>
span { border-color: #C93A7A; }
span { border-color: rgb(201,58,122); }
td.TdClassName
{
border-color: #C93A7A;
}
.TagClassName
{
border-color: #C93A7A;
}
</style>