Shades of Medium Red Violet #C23177
Tints of Medium Red Violet #C23177
RGB
CMYK
RGB Variations
Color information
#C23177 (or 0xC23177) is known color: Medium Red Violet. HEX triplet: C2, 31 and 77. RGB value is (194,49,119). Sum of RGB (Red+Green+Blue) = 194+49+119=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23177 is #3DCE88. Grayscale: #646464. Windows color (decimal): -4050569 or 7811522. OLE color: 7811522.
HSL color Cylindrical-coordinate representation of color #C23177: hue angle of 331.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23177 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 119 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.24 |
| HSL | 331.03º | 0.6% | 0.48% | - |
| HSV(B) | 331.03º | 0.75% | 0.76% | - |
| XYZ | 26.68 | 15 | 18.94 | - |
| YUV | 100.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 119 | 0 | 0.75 | 0.39 | 0.24 | 331.03 | 0.6 | 0.48 |
| Hex | C2 | 31 | 77 | 0 | 4B | 27 | 18 | 14B | 3C | 30 |
| Octal | 302 | 61 | 167 | 0 | 113 | 47 | 30 | 513 | 74 | 60 |
| Binary | 11000010 | 110001 | 1110111 | 0 | 1001011 | 100111 | 11000 | 101001011 | 111100 | 110000 |
Color Harmonies of #C23177
Complementary color
Monochromatic Colors of #C23177
Black with #C23177
Text Example
Text Example
White with #C23177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23177; }
p { color: rgb(194,49,119); }
H1.HeaderClassName
{
color: #C23177;
}
.AnyTagClassName
{
color: #C23177;
}
</style>
background-color css
<style>
a { background-color: #C23177; }
a { background-color: rgb(194,49,119); }
div.DivClassName
{
background-color: #C23177;
}
.BgClassName
{
background-color: #C23177;
}
</style>
border-color css
<style>
span { border-color: #C23177; }
span { border-color: rgb(194,49,119); }
td.TdClassName
{
border-color: #C23177;
}
.TagClassName
{
border-color: #C23177;
}
</style>