Shades of Medium Red Violet #C23C8F
Tints of Medium Red Violet #C23C8F
RGB
CMYK
RGB Variations
Color information
#C23C8F (or 0xC23C8F) is known color: Medium Red Violet. HEX triplet: C2, 3C and 8F. RGB value is (194,60,143). Sum of RGB (Red+Green+Blue) = 194+60+143=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C8F is #3DC370. Grayscale: #6D6D6D. Windows color (decimal): -4047729 or 9387202. OLE color: 9387202.
HSL color Cylindrical-coordinate representation of color #C23C8F: hue angle of 322.84º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C8F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 143 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.24 |
| HSL | 322.84º | 0.53% | 0.5% | - |
| HSV(B) | 322.84º | 0.69% | 0.76% | - |
| XYZ | 28.82 | 16.68 | 27.69 | - |
| YUV | 109.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 143 | 0 | 0.69 | 0.26 | 0.24 | 322.84 | 0.53 | 0.5 |
| Hex | C2 | 3C | 8F | 0 | 45 | 1A | 18 | 143 | 35 | 32 |
| Octal | 302 | 74 | 217 | 0 | 105 | 32 | 30 | 503 | 65 | 62 |
| Binary | 11000010 | 111100 | 10001111 | 0 | 1000101 | 11010 | 11000 | 101000011 | 110101 | 110010 |
Color Harmonies of #C23C8F
Complementary color
Monochromatic Colors of #C23C8F
Black with #C23C8F
Text Example
Text Example
White with #C23C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C8F; }
p { color: rgb(194,60,143); }
H1.HeaderClassName
{
color: #C23C8F;
}
.AnyTagClassName
{
color: #C23C8F;
}
</style>
background-color css
<style>
a { background-color: #C23C8F; }
a { background-color: rgb(194,60,143); }
div.DivClassName
{
background-color: #C23C8F;
}
.BgClassName
{
background-color: #C23C8F;
}
</style>
border-color css
<style>
span { border-color: #C23C8F; }
span { border-color: rgb(194,60,143); }
td.TdClassName
{
border-color: #C23C8F;
}
.TagClassName
{
border-color: #C23C8F;
}
</style>