Shades of Medium Red Violet #C13B7A
Tints of Medium Red Violet #C13B7A
RGB
CMYK
RGB Variations
Color information
#C13B7A (or 0xC13B7A) is known color: Medium Red Violet. HEX triplet: C1, 3B and 7A. RGB value is (193,59,122). Sum of RGB (Red+Green+Blue) = 193+59+122=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B7A is #3EC485. Grayscale: #6A6A6A. Windows color (decimal): -4113542 or 8010689. OLE color: 8010689.
HSL color Cylindrical-coordinate representation of color #C13B7A: hue angle of 331.79º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B7A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 122 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.24 |
| HSL | 331.79º | 0.53% | 0.49% | - |
| HSV(B) | 331.79º | 0.69% | 0.76% | - |
| XYZ | 27.07 | 15.87 | 20.05 | - |
| YUV | 106.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 122 | 0 | 0.69 | 0.37 | 0.24 | 331.79 | 0.53 | 0.49 |
| Hex | C1 | 3B | 7A | 0 | 45 | 25 | 18 | 14C | 35 | 31 |
| Octal | 301 | 73 | 172 | 0 | 105 | 45 | 30 | 514 | 65 | 61 |
| Binary | 11000001 | 111011 | 1111010 | 0 | 1000101 | 100101 | 11000 | 101001100 | 110101 | 110001 |
Color Harmonies of #C13B7A
Complementary color
Monochromatic Colors of #C13B7A
Black with #C13B7A
Text Example
Text Example
White with #C13B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B7A; }
p { color: rgb(193,59,122); }
H1.HeaderClassName
{
color: #C13B7A;
}
.AnyTagClassName
{
color: #C13B7A;
}
</style>
background-color css
<style>
a { background-color: #C13B7A; }
a { background-color: rgb(193,59,122); }
div.DivClassName
{
background-color: #C13B7A;
}
.BgClassName
{
background-color: #C13B7A;
}
</style>
border-color css
<style>
span { border-color: #C13B7A; }
span { border-color: rgb(193,59,122); }
td.TdClassName
{
border-color: #C13B7A;
}
.TagClassName
{
border-color: #C13B7A;
}
</style>