Shades of Medium Red Violet #C13694
Tints of Medium Red Violet #C13694
RGB
CMYK
RGB Variations
Color information
#C13694 (or 0xC13694) is known color: Medium Red Violet. HEX triplet: C1, 36 and 94. RGB value is (193,54,148). Sum of RGB (Red+Green+Blue) = 193+54+148=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C13694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13694 is #3EC96B. Grayscale: #6A6A6A. Windows color (decimal): -4114796 or 9713345. OLE color: 9713345.
HSL color Cylindrical-coordinate representation of color #C13694: hue angle of 319.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13694 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 148 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.24 |
| HSL | 319.42º | 0.56% | 0.48% | - |
| HSV(B) | 319.42º | 0.72% | 0.76% | - |
| XYZ | 28.66 | 16.11 | 29.62 | - |
| YUV | 106.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 148 | 0 | 0.72 | 0.23 | 0.24 | 319.42 | 0.56 | 0.48 |
| Hex | C1 | 36 | 94 | 0 | 48 | 17 | 18 | 13F | 38 | 30 |
| Octal | 301 | 66 | 224 | 0 | 110 | 27 | 30 | 477 | 70 | 60 |
| Binary | 11000001 | 110110 | 10010100 | 0 | 1001000 | 10111 | 11000 | 100111111 | 111000 | 110000 |
Color Harmonies of #C13694
Complementary color
Monochromatic Colors of #C13694
Black with #C13694
Text Example
Text Example
White with #C13694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13694; }
p { color: rgb(193,54,148); }
H1.HeaderClassName
{
color: #C13694;
}
.AnyTagClassName
{
color: #C13694;
}
</style>
background-color css
<style>
a { background-color: #C13694; }
a { background-color: rgb(193,54,148); }
div.DivClassName
{
background-color: #C13694;
}
.BgClassName
{
background-color: #C13694;
}
</style>
border-color css
<style>
span { border-color: #C13694; }
span { border-color: rgb(193,54,148); }
td.TdClassName
{
border-color: #C13694;
}
.TagClassName
{
border-color: #C13694;
}
</style>