Shades of Medium Red Violet #C13D95
Tints of Medium Red Violet #C13D95
RGB
CMYK
RGB Variations
Color information
#C13D95 (or 0xC13D95) is known color: Medium Red Violet. HEX triplet: C1, 3D and 95. RGB value is (193,61,149). Sum of RGB (Red+Green+Blue) = 193+61+149=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D95 is #3EC26A. Grayscale: #6E6E6E. Windows color (decimal): -4113003 or 9780673. OLE color: 9780673.
HSL color Cylindrical-coordinate representation of color #C13D95: hue angle of 320º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D95 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 149 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.24 |
| HSL | 320º | 0.52% | 0.5% | - |
| HSV(B) | 320º | 0.68% | 0.76% | - |
| XYZ | 29.09 | 16.84 | 30.15 | - |
| YUV | 110.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 149 | 0 | 0.68 | 0.23 | 0.24 | 320 | 0.52 | 0.5 |
| Hex | C1 | 3D | 95 | 0 | 44 | 17 | 18 | 140 | 34 | 32 |
| Octal | 301 | 75 | 225 | 0 | 104 | 27 | 30 | 500 | 64 | 62 |
| Binary | 11000001 | 111101 | 10010101 | 0 | 1000100 | 10111 | 11000 | 101000000 | 110100 | 110010 |
Color Harmonies of #C13D95
Complementary color
Monochromatic Colors of #C13D95
Black with #C13D95
Text Example
Text Example
White with #C13D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D95; }
p { color: rgb(193,61,149); }
H1.HeaderClassName
{
color: #C13D95;
}
.AnyTagClassName
{
color: #C13D95;
}
</style>
background-color css
<style>
a { background-color: #C13D95; }
a { background-color: rgb(193,61,149); }
div.DivClassName
{
background-color: #C13D95;
}
.BgClassName
{
background-color: #C13D95;
}
</style>
border-color css
<style>
span { border-color: #C13D95; }
span { border-color: rgb(193,61,149); }
td.TdClassName
{
border-color: #C13D95;
}
.TagClassName
{
border-color: #C13D95;
}
</style>