Shades of Medium Red Violet #C13688
Tints of Medium Red Violet #C13688
RGB
CMYK
RGB Variations
Color information
#C13688 (or 0xC13688) is known color: Medium Red Violet. HEX triplet: C1, 36 and 88. RGB value is (193,54,136). Sum of RGB (Red+Green+Blue) = 193+54+136=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C13688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13688 is #3EC977. Grayscale: #686868. Windows color (decimal): -4114808 or 8926913. OLE color: 8926913.
HSL color Cylindrical-coordinate representation of color #C13688: hue angle of 324.6º 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 #C13688 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 136 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.24 |
| HSL | 324.6º | 0.56% | 0.48% | - |
| HSV(B) | 324.6º | 0.72% | 0.76% | - |
| XYZ | 27.76 | 15.75 | 24.87 | - |
| YUV | 104.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 136 | 0 | 0.72 | 0.30 | 0.24 | 324.6 | 0.56 | 0.48 |
| Hex | C1 | 36 | 88 | 0 | 48 | 1E | 18 | 145 | 38 | 30 |
| Octal | 301 | 66 | 210 | 0 | 110 | 36 | 30 | 505 | 70 | 60 |
| Binary | 11000001 | 110110 | 10001000 | 0 | 1001000 | 11110 | 11000 | 101000101 | 111000 | 110000 |
Color Harmonies of #C13688
Complementary color
Monochromatic Colors of #C13688
Black with #C13688
Text Example
Text Example
White with #C13688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13688; }
p { color: rgb(193,54,136); }
H1.HeaderClassName
{
color: #C13688;
}
.AnyTagClassName
{
color: #C13688;
}
</style>
background-color css
<style>
a { background-color: #C13688; }
a { background-color: rgb(193,54,136); }
div.DivClassName
{
background-color: #C13688;
}
.BgClassName
{
background-color: #C13688;
}
</style>
border-color css
<style>
span { border-color: #C13688; }
span { border-color: rgb(193,54,136); }
td.TdClassName
{
border-color: #C13688;
}
.TagClassName
{
border-color: #C13688;
}
</style>