Shades of Medium Red Violet #C13D7E
Tints of Medium Red Violet #C13D7E
RGB
CMYK
RGB Variations
Color information
#C13D7E (or 0xC13D7E) is known color: Medium Red Violet. HEX triplet: C1, 3D and 7E. RGB value is (193,61,126). Sum of RGB (Red+Green+Blue) = 193+61+126=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D7E is #3EC281. Grayscale: #6B6B6B. Windows color (decimal): -4113026 or 8273345. OLE color: 8273345.
HSL color Cylindrical-coordinate representation of color #C13D7E: hue angle of 330.45º degrees, saturation: 0.52, 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 #C13D7E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 126 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.24 |
| HSL | 330.45º | 0.52% | 0.5% | - |
| HSV(B) | 330.45º | 0.68% | 0.76% | - |
| XYZ | 27.43 | 16.18 | 21.42 | - |
| YUV | 107.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 126 | 0 | 0.68 | 0.35 | 0.24 | 330.45 | 0.52 | 0.5 |
| Hex | C1 | 3D | 7E | 0 | 44 | 23 | 18 | 14A | 34 | 32 |
| Octal | 301 | 75 | 176 | 0 | 104 | 43 | 30 | 512 | 64 | 62 |
| Binary | 11000001 | 111101 | 1111110 | 0 | 1000100 | 100011 | 11000 | 101001010 | 110100 | 110010 |
Color Harmonies of #C13D7E
Complementary color
Monochromatic Colors of #C13D7E
Black with #C13D7E
Text Example
Text Example
White with #C13D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D7E; }
p { color: rgb(193,61,126); }
H1.HeaderClassName
{
color: #C13D7E;
}
.AnyTagClassName
{
color: #C13D7E;
}
</style>
background-color css
<style>
a { background-color: #C13D7E; }
a { background-color: rgb(193,61,126); }
div.DivClassName
{
background-color: #C13D7E;
}
.BgClassName
{
background-color: #C13D7E;
}
</style>
border-color css
<style>
span { border-color: #C13D7E; }
span { border-color: rgb(193,61,126); }
td.TdClassName
{
border-color: #C13D7E;
}
.TagClassName
{
border-color: #C13D7E;
}
</style>