Shades of Medium Red Violet #C13488
Tints of Medium Red Violet #C13488
RGB
CMYK
RGB Variations
Color information
#C13488 (or 0xC13488) is known color: Medium Red Violet. HEX triplet: C1, 34 and 88. RGB value is (193,52,136). Sum of RGB (Red+Green+Blue) = 193+52+136=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13488 is #3ECB77. Grayscale: #676767. Windows color (decimal): -4115320 or 8926401. OLE color: 8926401.
HSL color Cylindrical-coordinate representation of color #C13488: hue angle of 324.26º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13488 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 136 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.24 |
| HSL | 324.26º | 0.58% | 0.48% | - |
| HSV(B) | 324.26º | 0.73% | 0.76% | - |
| XYZ | 27.66 | 15.57 | 24.84 | - |
| YUV | 103.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 136 | 0 | 0.73 | 0.30 | 0.24 | 324.26 | 0.58 | 0.48 |
| Hex | C1 | 34 | 88 | 0 | 49 | 1E | 18 | 144 | 3A | 30 |
| Octal | 301 | 64 | 210 | 0 | 111 | 36 | 30 | 504 | 72 | 60 |
| Binary | 11000001 | 110100 | 10001000 | 0 | 1001001 | 11110 | 11000 | 101000100 | 111010 | 110000 |
Color Harmonies of #C13488
Complementary color
Monochromatic Colors of #C13488
Black with #C13488
Text Example
Text Example
White with #C13488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13488; }
p { color: rgb(193,52,136); }
H1.HeaderClassName
{
color: #C13488;
}
.AnyTagClassName
{
color: #C13488;
}
</style>
background-color css
<style>
a { background-color: #C13488; }
a { background-color: rgb(193,52,136); }
div.DivClassName
{
background-color: #C13488;
}
.BgClassName
{
background-color: #C13488;
}
</style>
border-color css
<style>
span { border-color: #C13488; }
span { border-color: rgb(193,52,136); }
td.TdClassName
{
border-color: #C13488;
}
.TagClassName
{
border-color: #C13488;
}
</style>