Shades of Medium Red Violet #C13E7E
Tints of Medium Red Violet #C13E7E
RGB
CMYK
RGB Variations
Color information
#C13E7E (or 0xC13E7E) is known color: Medium Red Violet. HEX triplet: C1, 3E and 7E. RGB value is (193,62,126). Sum of RGB (Red+Green+Blue) = 193+62+126=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E7E is #3EC181. Grayscale: #6C6C6C. Windows color (decimal): -4112770 or 8273601. OLE color: 8273601.
HSL color Cylindrical-coordinate representation of color #C13E7E: hue angle of 330.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E7E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 126 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.24 |
| HSL | 330.69º | 0.51% | 0.5% | - |
| HSV(B) | 330.69º | 0.68% | 0.76% | - |
| XYZ | 27.48 | 16.29 | 21.43 | - |
| YUV | 108.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 126 | 0 | 0.68 | 0.35 | 0.24 | 330.69 | 0.51 | 0.5 |
| Hex | C1 | 3E | 7E | 0 | 44 | 23 | 18 | 14B | 33 | 32 |
| Octal | 301 | 76 | 176 | 0 | 104 | 43 | 30 | 513 | 63 | 62 |
| Binary | 11000001 | 111110 | 1111110 | 0 | 1000100 | 100011 | 11000 | 101001011 | 110011 | 110010 |
Color Harmonies of #C13E7E
Complementary color
Monochromatic Colors of #C13E7E
Black with #C13E7E
Text Example
Text Example
White with #C13E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E7E; }
p { color: rgb(193,62,126); }
H1.HeaderClassName
{
color: #C13E7E;
}
.AnyTagClassName
{
color: #C13E7E;
}
</style>
background-color css
<style>
a { background-color: #C13E7E; }
a { background-color: rgb(193,62,126); }
div.DivClassName
{
background-color: #C13E7E;
}
.BgClassName
{
background-color: #C13E7E;
}
</style>
border-color css
<style>
span { border-color: #C13E7E; }
span { border-color: rgb(193,62,126); }
td.TdClassName
{
border-color: #C13E7E;
}
.TagClassName
{
border-color: #C13E7E;
}
</style>