Shades of Medium Violet Red #C1057B
Tints of Medium Violet Red #C1057B
RGB
CMYK
RGB Variations
Color information
#C1057B (or 0xC1057B) is known color: Medium Violet Red. HEX triplet: C1, 05 and 7B. RGB value is (193,5,123). Sum of RGB (Red+Green+Blue) = 193+5+123=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1057B is #3EFA84. Grayscale: #4A4A4A. Windows color (decimal): -4127365 or 8062401. OLE color: 8062401.
HSL color Cylindrical-coordinate representation of color #C1057B: hue angle of 322.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1057B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.24 |
| HSL | 322.34º | 0.95% | 0.39% | - |
| HSV(B) | 322.34º | 0.97% | 0.76% | - |
| XYZ | 25.62 | 12.88 | 19.87 | - |
| YUV | 74.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 123 | 0 | 0.97 | 0.36 | 0.24 | 322.34 | 0.95 | 0.39 |
| Hex | C1 | 5 | 7B | 0 | 61 | 24 | 18 | 142 | 5F | 27 |
| Octal | 301 | 5 | 173 | 0 | 141 | 44 | 30 | 502 | 137 | 47 |
| Binary | 11000001 | 101 | 1111011 | 0 | 1100001 | 100100 | 11000 | 101000010 | 1011111 | 100111 |
Color Harmonies of #C1057B
Complementary color
Monochromatic Colors of #C1057B
Black with #C1057B
Text Example
Text Example
White with #C1057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1057B; }
p { color: rgb(193,5,123); }
H1.HeaderClassName
{
color: #C1057B;
}
.AnyTagClassName
{
color: #C1057B;
}
</style>
background-color css
<style>
a { background-color: #C1057B; }
a { background-color: rgb(193,5,123); }
div.DivClassName
{
background-color: #C1057B;
}
.BgClassName
{
background-color: #C1057B;
}
</style>
border-color css
<style>
span { border-color: #C1057B; }
span { border-color: rgb(193,5,123); }
td.TdClassName
{
border-color: #C1057B;
}
.TagClassName
{
border-color: #C1057B;
}
</style>