Shades of Medium Red Violet #C13894
Tints of Medium Red Violet #C13894
RGB
CMYK
RGB Variations
Color information
#C13894 (or 0xC13894) is known color: Medium Red Violet. HEX triplet: C1, 38 and 94. RGB value is (193,56,148). Sum of RGB (Red+Green+Blue) = 193+56+148=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C13894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13894 is #3EC76B. Grayscale: #6B6B6B. Windows color (decimal): -4114284 or 9713857. OLE color: 9713857.
HSL color Cylindrical-coordinate representation of color #C13894: hue angle of 319.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13894 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 148 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.24 |
| HSL | 319.71º | 0.55% | 0.49% | - |
| HSV(B) | 319.71º | 0.71% | 0.76% | - |
| XYZ | 28.75 | 16.3 | 29.65 | - |
| YUV | 107.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 148 | 0 | 0.71 | 0.23 | 0.24 | 319.71 | 0.55 | 0.49 |
| Hex | C1 | 38 | 94 | 0 | 47 | 17 | 18 | 140 | 37 | 31 |
| Octal | 301 | 70 | 224 | 0 | 107 | 27 | 30 | 500 | 67 | 61 |
| Binary | 11000001 | 111000 | 10010100 | 0 | 1000111 | 10111 | 11000 | 101000000 | 110111 | 110001 |
Color Harmonies of #C13894
Complementary color
Monochromatic Colors of #C13894
Black with #C13894
Text Example
Text Example
White with #C13894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13894; }
p { color: rgb(193,56,148); }
H1.HeaderClassName
{
color: #C13894;
}
.AnyTagClassName
{
color: #C13894;
}
</style>
background-color css
<style>
a { background-color: #C13894; }
a { background-color: rgb(193,56,148); }
div.DivClassName
{
background-color: #C13894;
}
.BgClassName
{
background-color: #C13894;
}
</style>
border-color css
<style>
span { border-color: #C13894; }
span { border-color: rgb(193,56,148); }
td.TdClassName
{
border-color: #C13894;
}
.TagClassName
{
border-color: #C13894;
}
</style>