Shades of Medium Red Violet #C23A8F
Tints of Medium Red Violet #C23A8F
RGB
CMYK
RGB Variations
Color information
#C23A8F (or 0xC23A8F) is known color: Medium Red Violet. HEX triplet: C2, 3A and 8F. RGB value is (194,58,143). Sum of RGB (Red+Green+Blue) = 194+58+143=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A8F is #3DC570. Grayscale: #6C6C6C. Windows color (decimal): -4048241 or 9386690. OLE color: 9386690.
HSL color Cylindrical-coordinate representation of color #C23A8F: hue angle of 322.5º 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 #C23A8F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 143 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.24 |
| HSL | 322.5º | 0.54% | 0.49% | - |
| HSV(B) | 322.5º | 0.7% | 0.76% | - |
| XYZ | 28.72 | 16.48 | 27.65 | - |
| YUV | 108.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 143 | 0 | 0.70 | 0.26 | 0.24 | 322.5 | 0.54 | 0.49 |
| Hex | C2 | 3A | 8F | 0 | 46 | 1A | 18 | 142 | 36 | 31 |
| Octal | 302 | 72 | 217 | 0 | 106 | 32 | 30 | 502 | 66 | 61 |
| Binary | 11000010 | 111010 | 10001111 | 0 | 1000110 | 11010 | 11000 | 101000010 | 110110 | 110001 |
Color Harmonies of #C23A8F
Complementary color
Monochromatic Colors of #C23A8F
Black with #C23A8F
Text Example
Text Example
White with #C23A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A8F; }
p { color: rgb(194,58,143); }
H1.HeaderClassName
{
color: #C23A8F;
}
.AnyTagClassName
{
color: #C23A8F;
}
</style>
background-color css
<style>
a { background-color: #C23A8F; }
a { background-color: rgb(194,58,143); }
div.DivClassName
{
background-color: #C23A8F;
}
.BgClassName
{
background-color: #C23A8F;
}
</style>
border-color css
<style>
span { border-color: #C23A8F; }
span { border-color: rgb(194,58,143); }
td.TdClassName
{
border-color: #C23A8F;
}
.TagClassName
{
border-color: #C23A8F;
}
</style>