Shades of Medium Violet Red #C1097B
Tints of Medium Violet Red #C1097B
RGB
CMYK
RGB Variations
Color information
#C1097B (or 0xC1097B) is known color: Medium Violet Red. HEX triplet: C1, 09 and 7B. RGB value is (193,9,123). Sum of RGB (Red+Green+Blue) = 193+9+123=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1097B is #3EF684. Grayscale: #4C4C4C. Windows color (decimal): -4126341 or 8063425. OLE color: 8063425.
HSL color Cylindrical-coordinate representation of color #C1097B: hue angle of 322.83º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1097B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.24 |
| HSL | 322.83º | 0.91% | 0.4% | - |
| HSV(B) | 322.83º | 0.95% | 0.76% | - |
| XYZ | 25.67 | 12.96 | 19.89 | - |
| YUV | 77.01 | 153.96 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 123 | 0 | 0.95 | 0.36 | 0.24 | 322.83 | 0.91 | 0.4 |
| Hex | C1 | 9 | 7B | 0 | 5F | 24 | 18 | 143 | 5B | 28 |
| Octal | 301 | 11 | 173 | 0 | 137 | 44 | 30 | 503 | 133 | 50 |
| Binary | 11000001 | 1001 | 1111011 | 0 | 1011111 | 100100 | 11000 | 101000011 | 1011011 | 101000 |
Color Harmonies of #C1097B
Complementary color
Monochromatic Colors of #C1097B
Black with #C1097B
Text Example
Text Example
White with #C1097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1097B; }
p { color: rgb(193,9,123); }
H1.HeaderClassName
{
color: #C1097B;
}
.AnyTagClassName
{
color: #C1097B;
}
</style>
background-color css
<style>
a { background-color: #C1097B; }
a { background-color: rgb(193,9,123); }
div.DivClassName
{
background-color: #C1097B;
}
.BgClassName
{
background-color: #C1097B;
}
</style>
border-color css
<style>
span { border-color: #C1097B; }
span { border-color: rgb(193,9,123); }
td.TdClassName
{
border-color: #C1097B;
}
.TagClassName
{
border-color: #C1097B;
}
</style>