Shades of Medium Red Violet #C23A7C
Tints of Medium Red Violet #C23A7C
RGB
CMYK
RGB Variations
Color information
#C23A7C (or 0xC23A7C) is known color: Medium Red Violet. HEX triplet: C2, 3A and 7C. RGB value is (194,58,124). Sum of RGB (Red+Green+Blue) = 194+58+124=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A7C is #3DC583. Grayscale: #6A6A6A. Windows color (decimal): -4048260 or 8141506. OLE color: 8141506.
HSL color Cylindrical-coordinate representation of color #C23A7C: hue angle of 330.88º 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 #C23A7C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 124 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.24 |
| HSL | 330.88º | 0.54% | 0.49% | - |
| HSV(B) | 330.88º | 0.7% | 0.76% | - |
| XYZ | 27.4 | 15.95 | 20.7 | - |
| YUV | 106.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 124 | 0 | 0.70 | 0.36 | 0.24 | 330.88 | 0.54 | 0.49 |
| Hex | C2 | 3A | 7C | 0 | 46 | 24 | 18 | 14B | 36 | 31 |
| Octal | 302 | 72 | 174 | 0 | 106 | 44 | 30 | 513 | 66 | 61 |
| Binary | 11000010 | 111010 | 1111100 | 0 | 1000110 | 100100 | 11000 | 101001011 | 110110 | 110001 |
Color Harmonies of #C23A7C
Complementary color
Monochromatic Colors of #C23A7C
Black with #C23A7C
Text Example
Text Example
White with #C23A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A7C; }
p { color: rgb(194,58,124); }
H1.HeaderClassName
{
color: #C23A7C;
}
.AnyTagClassName
{
color: #C23A7C;
}
</style>
background-color css
<style>
a { background-color: #C23A7C; }
a { background-color: rgb(194,58,124); }
div.DivClassName
{
background-color: #C23A7C;
}
.BgClassName
{
background-color: #C23A7C;
}
</style>
border-color css
<style>
span { border-color: #C23A7C; }
span { border-color: rgb(194,58,124); }
td.TdClassName
{
border-color: #C23A7C;
}
.TagClassName
{
border-color: #C23A7C;
}
</style>