Shades of Medium Red Violet #C13A8C
Tints of Medium Red Violet #C13A8C
RGB
CMYK
RGB Variations
Color information
#C13A8C (or 0xC13A8C) is known color: Medium Red Violet. HEX triplet: C1, 3A and 8C. RGB value is (193,58,140). Sum of RGB (Red+Green+Blue) = 193+58+140=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A8C is #3EC573. Grayscale: #6B6B6B. Windows color (decimal): -4113780 or 9190081. OLE color: 9190081.
HSL color Cylindrical-coordinate representation of color #C13A8C: hue angle of 323.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A8C is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 140 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.24 |
| HSL | 323.56º | 0.54% | 0.49% | - |
| HSV(B) | 323.56º | 0.7% | 0.76% | - |
| XYZ | 28.24 | 16.26 | 26.46 | - |
| YUV | 107.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 140 | 0 | 0.70 | 0.27 | 0.24 | 323.56 | 0.54 | 0.49 |
| Hex | C1 | 3A | 8C | 0 | 46 | 1B | 18 | 144 | 36 | 31 |
| Octal | 301 | 72 | 214 | 0 | 106 | 33 | 30 | 504 | 66 | 61 |
| Binary | 11000001 | 111010 | 10001100 | 0 | 1000110 | 11011 | 11000 | 101000100 | 110110 | 110001 |
Color Harmonies of #C13A8C
Complementary color
Monochromatic Colors of #C13A8C
Black with #C13A8C
Text Example
Text Example
White with #C13A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A8C; }
p { color: rgb(193,58,140); }
H1.HeaderClassName
{
color: #C13A8C;
}
.AnyTagClassName
{
color: #C13A8C;
}
</style>
background-color css
<style>
a { background-color: #C13A8C; }
a { background-color: rgb(193,58,140); }
div.DivClassName
{
background-color: #C13A8C;
}
.BgClassName
{
background-color: #C13A8C;
}
</style>
border-color css
<style>
span { border-color: #C13A8C; }
span { border-color: rgb(193,58,140); }
td.TdClassName
{
border-color: #C13A8C;
}
.TagClassName
{
border-color: #C13A8C;
}
</style>