Shades of Medium Red Violet #C13E8A
Tints of Medium Red Violet #C13E8A
RGB
CMYK
RGB Variations
Color information
#C13E8A (or 0xC13E8A) is known color: Medium Red Violet. HEX triplet: C1, 3E and 8A. RGB value is (193,62,138). Sum of RGB (Red+Green+Blue) = 193+62+138=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13E8A is #3EC175. Grayscale: #6D6D6D. Windows color (decimal): -4112758 or 9060033. OLE color: 9060033.
HSL color Cylindrical-coordinate representation of color #C13E8A: hue angle of 325.19º 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 #C13E8A is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 138 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.24 |
| HSL | 325.19º | 0.51% | 0.5% | - |
| HSV(B) | 325.19º | 0.68% | 0.76% | - |
| XYZ | 28.3 | 16.62 | 25.76 | - |
| YUV | 109.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 138 | 0 | 0.68 | 0.28 | 0.24 | 325.19 | 0.51 | 0.5 |
| Hex | C1 | 3E | 8A | 0 | 44 | 1C | 18 | 145 | 33 | 32 |
| Octal | 301 | 76 | 212 | 0 | 104 | 34 | 30 | 505 | 63 | 62 |
| Binary | 11000001 | 111110 | 10001010 | 0 | 1000100 | 11100 | 11000 | 101000101 | 110011 | 110010 |
Color Harmonies of #C13E8A
Complementary color
Monochromatic Colors of #C13E8A
Black with #C13E8A
Text Example
Text Example
White with #C13E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E8A; }
p { color: rgb(193,62,138); }
H1.HeaderClassName
{
color: #C13E8A;
}
.AnyTagClassName
{
color: #C13E8A;
}
</style>
background-color css
<style>
a { background-color: #C13E8A; }
a { background-color: rgb(193,62,138); }
div.DivClassName
{
background-color: #C13E8A;
}
.BgClassName
{
background-color: #C13E8A;
}
</style>
border-color css
<style>
span { border-color: #C13E8A; }
span { border-color: rgb(193,62,138); }
td.TdClassName
{
border-color: #C13E8A;
}
.TagClassName
{
border-color: #C13E8A;
}
</style>