Shades of Medium Red Violet #C13085
Tints of Medium Red Violet #C13085
RGB
CMYK
RGB Variations
Color information
#C13085 (or 0xC13085) is known color: Medium Red Violet. HEX triplet: C1, 30 and 85. RGB value is (193,48,133). Sum of RGB (Red+Green+Blue) = 193+48+133=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13085 is #3ECF7A. Grayscale: #646464. Windows color (decimal): -4116347 or 8728769. OLE color: 8728769.
HSL color Cylindrical-coordinate representation of color #C13085: hue angle of 324.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13085 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 133 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.24 |
| HSL | 324.83º | 0.6% | 0.47% | - |
| HSV(B) | 324.83º | 0.75% | 0.76% | - |
| XYZ | 27.28 | 15.14 | 23.68 | - |
| YUV | 101.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 133 | 0 | 0.75 | 0.31 | 0.24 | 324.83 | 0.6 | 0.47 |
| Hex | C1 | 30 | 85 | 0 | 4B | 1F | 18 | 145 | 3C | 2F |
| Octal | 301 | 60 | 205 | 0 | 113 | 37 | 30 | 505 | 74 | 57 |
| Binary | 11000001 | 110000 | 10000101 | 0 | 1001011 | 11111 | 11000 | 101000101 | 111100 | 101111 |
Color Harmonies of #C13085
Complementary color
Monochromatic Colors of #C13085
Black with #C13085
Text Example
Text Example
White with #C13085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13085; }
p { color: rgb(193,48,133); }
H1.HeaderClassName
{
color: #C13085;
}
.AnyTagClassName
{
color: #C13085;
}
</style>
background-color css
<style>
a { background-color: #C13085; }
a { background-color: rgb(193,48,133); }
div.DivClassName
{
background-color: #C13085;
}
.BgClassName
{
background-color: #C13085;
}
</style>
border-color css
<style>
span { border-color: #C13085; }
span { border-color: rgb(193,48,133); }
td.TdClassName
{
border-color: #C13085;
}
.TagClassName
{
border-color: #C13085;
}
</style>