Shades of Medium Red Violet #C13D8A
Tints of Medium Red Violet #C13D8A
RGB
CMYK
RGB Variations
Color information
#C13D8A (or 0xC13D8A) is known color: Medium Red Violet. HEX triplet: C1, 3D and 8A. RGB value is (193,61,138). Sum of RGB (Red+Green+Blue) = 193+61+138=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D8A is #3EC275. Grayscale: #6D6D6D. Windows color (decimal): -4113014 or 9059777. OLE color: 9059777.
HSL color Cylindrical-coordinate representation of color #C13D8A: hue angle of 325º 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 #C13D8A is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 138 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.24 |
| HSL | 325º | 0.52% | 0.5% | - |
| HSV(B) | 325º | 0.68% | 0.76% | - |
| XYZ | 28.25 | 16.51 | 25.74 | - |
| YUV | 109.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 138 | 0 | 0.68 | 0.28 | 0.24 | 325 | 0.52 | 0.5 |
| Hex | C1 | 3D | 8A | 0 | 44 | 1C | 18 | 145 | 34 | 32 |
| Octal | 301 | 75 | 212 | 0 | 104 | 34 | 30 | 505 | 64 | 62 |
| Binary | 11000001 | 111101 | 10001010 | 0 | 1000100 | 11100 | 11000 | 101000101 | 110100 | 110010 |
Color Harmonies of #C13D8A
Complementary color
Monochromatic Colors of #C13D8A
Black with #C13D8A
Text Example
Text Example
White with #C13D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D8A; }
p { color: rgb(193,61,138); }
H1.HeaderClassName
{
color: #C13D8A;
}
.AnyTagClassName
{
color: #C13D8A;
}
</style>
background-color css
<style>
a { background-color: #C13D8A; }
a { background-color: rgb(193,61,138); }
div.DivClassName
{
background-color: #C13D8A;
}
.BgClassName
{
background-color: #C13D8A;
}
</style>
border-color css
<style>
span { border-color: #C13D8A; }
span { border-color: rgb(193,61,138); }
td.TdClassName
{
border-color: #C13D8A;
}
.TagClassName
{
border-color: #C13D8A;
}
</style>