Shades of Medium Red Violet #C13998
Tints of Medium Red Violet #C13998
RGB
CMYK
RGB Variations
Color information
#C13998 (or 0xC13998) is known color: Medium Red Violet. HEX triplet: C1, 39 and 98. RGB value is (193,57,152). Sum of RGB (Red+Green+Blue) = 193+57+152=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C13998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13998 is #3EC667. Grayscale: #6C6C6C. Windows color (decimal): -4114024 or 9976257. OLE color: 9976257.
HSL color Cylindrical-coordinate representation of color #C13998: hue angle of 318.09º 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 #C13998 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 152 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.24 |
| HSL | 318.09º | 0.54% | 0.49% | - |
| HSV(B) | 318.09º | 0.7% | 0.76% | - |
| XYZ | 29.12 | 16.53 | 31.36 | - |
| YUV | 108.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 152 | 0 | 0.70 | 0.21 | 0.24 | 318.09 | 0.54 | 0.49 |
| Hex | C1 | 39 | 98 | 0 | 46 | 15 | 18 | 13E | 36 | 31 |
| Octal | 301 | 71 | 230 | 0 | 106 | 25 | 30 | 476 | 66 | 61 |
| Binary | 11000001 | 111001 | 10011000 | 0 | 1000110 | 10101 | 11000 | 100111110 | 110110 | 110001 |
Color Harmonies of #C13998
Complementary color
Monochromatic Colors of #C13998
Black with #C13998
Text Example
Text Example
White with #C13998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13998; }
p { color: rgb(193,57,152); }
H1.HeaderClassName
{
color: #C13998;
}
.AnyTagClassName
{
color: #C13998;
}
</style>
background-color css
<style>
a { background-color: #C13998; }
a { background-color: rgb(193,57,152); }
div.DivClassName
{
background-color: #C13998;
}
.BgClassName
{
background-color: #C13998;
}
</style>
border-color css
<style>
span { border-color: #C13998; }
span { border-color: rgb(193,57,152); }
td.TdClassName
{
border-color: #C13998;
}
.TagClassName
{
border-color: #C13998;
}
</style>