Shades of Medium Red Violet #C1277B
Tints of Medium Red Violet #C1277B
RGB
CMYK
RGB Variations
Color information
#C1277B (or 0xC1277B) is known color: Medium Red Violet. HEX triplet: C1, 27 and 7B. RGB value is (193,39,123). Sum of RGB (Red+Green+Blue) = 193+39+123=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1277B is #3ED884. Grayscale: #5E5E5E. Windows color (decimal): -4118661 or 8071105. OLE color: 8071105.
HSL color Cylindrical-coordinate representation of color #C1277B: hue angle of 327.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1277B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 123 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.24 |
| HSL | 327.27º | 0.66% | 0.45% | - |
| HSV(B) | 327.27º | 0.8% | 0.76% | - |
| XYZ | 26.29 | 14.22 | 20.1 | - |
| YUV | 94.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 123 | 0 | 0.80 | 0.36 | 0.24 | 327.27 | 0.66 | 0.45 |
| Hex | C1 | 27 | 7B | 0 | 50 | 24 | 18 | 147 | 42 | 2D |
| Octal | 301 | 47 | 173 | 0 | 120 | 44 | 30 | 507 | 102 | 55 |
| Binary | 11000001 | 100111 | 1111011 | 0 | 1010000 | 100100 | 11000 | 101000111 | 1000010 | 101101 |
Color Harmonies of #C1277B
Complementary color
Monochromatic Colors of #C1277B
Black with #C1277B
Text Example
Text Example
White with #C1277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1277B; }
p { color: rgb(193,39,123); }
H1.HeaderClassName
{
color: #C1277B;
}
.AnyTagClassName
{
color: #C1277B;
}
</style>
background-color css
<style>
a { background-color: #C1277B; }
a { background-color: rgb(193,39,123); }
div.DivClassName
{
background-color: #C1277B;
}
.BgClassName
{
background-color: #C1277B;
}
</style>
border-color css
<style>
span { border-color: #C1277B; }
span { border-color: rgb(193,39,123); }
td.TdClassName
{
border-color: #C1277B;
}
.TagClassName
{
border-color: #C1277B;
}
</style>