Shades of Medium Red Violet #C13297
Tints of Medium Red Violet #C13297
RGB
CMYK
RGB Variations
Color information
#C13297 (or 0xC13297) is known color: Medium Red Violet. HEX triplet: C1, 32 and 97. RGB value is (193,50,151). Sum of RGB (Red+Green+Blue) = 193+50+151=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C13297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13297 is #3ECD68. Grayscale: #686868. Windows color (decimal): -4115817 or 9908929. OLE color: 9908929.
HSL color Cylindrical-coordinate representation of color #C13297: hue angle of 317.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13297 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 151 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.24 |
| HSL | 317.62º | 0.59% | 0.48% | - |
| HSV(B) | 317.62º | 0.74% | 0.76% | - |
| XYZ | 28.72 | 15.85 | 30.82 | - |
| YUV | 104.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 151 | 0 | 0.74 | 0.22 | 0.24 | 317.62 | 0.59 | 0.48 |
| Hex | C1 | 32 | 97 | 0 | 4A | 16 | 18 | 13E | 3B | 30 |
| Octal | 301 | 62 | 227 | 0 | 112 | 26 | 30 | 476 | 73 | 60 |
| Binary | 11000001 | 110010 | 10010111 | 0 | 1001010 | 10110 | 11000 | 100111110 | 111011 | 110000 |
Color Harmonies of #C13297
Complementary color
Monochromatic Colors of #C13297
Black with #C13297
Text Example
Text Example
White with #C13297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13297; }
p { color: rgb(193,50,151); }
H1.HeaderClassName
{
color: #C13297;
}
.AnyTagClassName
{
color: #C13297;
}
</style>
background-color css
<style>
a { background-color: #C13297; }
a { background-color: rgb(193,50,151); }
div.DivClassName
{
background-color: #C13297;
}
.BgClassName
{
background-color: #C13297;
}
</style>
border-color css
<style>
span { border-color: #C13297; }
span { border-color: rgb(193,50,151); }
td.TdClassName
{
border-color: #C13297;
}
.TagClassName
{
border-color: #C13297;
}
</style>