Shades of Medium Red Violet #C23E7F
Tints of Medium Red Violet #C23E7F
RGB
CMYK
RGB Variations
Color information
#C23E7F (or 0xC23E7F) is known color: Medium Red Violet. HEX triplet: C2, 3E and 7F. RGB value is (194,62,127). Sum of RGB (Red+Green+Blue) = 194+62+127=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E7F is #3DC180. Grayscale: #6C6C6C. Windows color (decimal): -4047233 or 8339138. OLE color: 8339138.
HSL color Cylindrical-coordinate representation of color #C23E7F: hue angle of 330.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E7F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 127 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.24 |
| HSL | 330.45º | 0.52% | 0.5% | - |
| HSV(B) | 330.45º | 0.68% | 0.76% | - |
| XYZ | 27.8 | 16.45 | 21.79 | - |
| YUV | 108.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 127 | 0 | 0.68 | 0.35 | 0.24 | 330.45 | 0.52 | 0.5 |
| Hex | C2 | 3E | 7F | 0 | 44 | 23 | 18 | 14A | 34 | 32 |
| Octal | 302 | 76 | 177 | 0 | 104 | 43 | 30 | 512 | 64 | 62 |
| Binary | 11000010 | 111110 | 1111111 | 0 | 1000100 | 100011 | 11000 | 101001010 | 110100 | 110010 |
Color Harmonies of #C23E7F
Complementary color
Monochromatic Colors of #C23E7F
Black with #C23E7F
Text Example
Text Example
White with #C23E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E7F; }
p { color: rgb(194,62,127); }
H1.HeaderClassName
{
color: #C23E7F;
}
.AnyTagClassName
{
color: #C23E7F;
}
</style>
background-color css
<style>
a { background-color: #C23E7F; }
a { background-color: rgb(194,62,127); }
div.DivClassName
{
background-color: #C23E7F;
}
.BgClassName
{
background-color: #C23E7F;
}
</style>
border-color css
<style>
span { border-color: #C23E7F; }
span { border-color: rgb(194,62,127); }
td.TdClassName
{
border-color: #C23E7F;
}
.TagClassName
{
border-color: #C23E7F;
}
</style>