Shades of Medium Red Violet #C13A7B
Tints of Medium Red Violet #C13A7B
RGB
CMYK
RGB Variations
Color information
#C13A7B (or 0xC13A7B) is known color: Medium Red Violet. HEX triplet: C1, 3A and 7B. RGB value is (193,58,123). Sum of RGB (Red+Green+Blue) = 193+58+123=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A7B is #3EC584. Grayscale: #696969. Windows color (decimal): -4113797 or 8075969. OLE color: 8075969.
HSL color Cylindrical-coordinate representation of color #C13A7B: hue angle of 331.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A7B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 123 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.24 |
| HSL | 331.11º | 0.54% | 0.49% | - |
| HSV(B) | 331.11º | 0.7% | 0.76% | - |
| XYZ | 27.08 | 15.79 | 20.36 | - |
| YUV | 105.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 123 | 0 | 0.70 | 0.36 | 0.24 | 331.11 | 0.54 | 0.49 |
| Hex | C1 | 3A | 7B | 0 | 46 | 24 | 18 | 14B | 36 | 31 |
| Octal | 301 | 72 | 173 | 0 | 106 | 44 | 30 | 513 | 66 | 61 |
| Binary | 11000001 | 111010 | 1111011 | 0 | 1000110 | 100100 | 11000 | 101001011 | 110110 | 110001 |
Color Harmonies of #C13A7B
Complementary color
Monochromatic Colors of #C13A7B
Black with #C13A7B
Text Example
Text Example
White with #C13A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A7B; }
p { color: rgb(193,58,123); }
H1.HeaderClassName
{
color: #C13A7B;
}
.AnyTagClassName
{
color: #C13A7B;
}
</style>
background-color css
<style>
a { background-color: #C13A7B; }
a { background-color: rgb(193,58,123); }
div.DivClassName
{
background-color: #C13A7B;
}
.BgClassName
{
background-color: #C13A7B;
}
</style>
border-color css
<style>
span { border-color: #C13A7B; }
span { border-color: rgb(193,58,123); }
td.TdClassName
{
border-color: #C13A7B;
}
.TagClassName
{
border-color: #C13A7B;
}
</style>