Shades of Medium Red Violet #C23C7B
Tints of Medium Red Violet #C23C7B
RGB
CMYK
RGB Variations
Color information
#C23C7B (or 0xC23C7B) is known color: Medium Red Violet. HEX triplet: C2, 3C and 7B. RGB value is (194,60,123). Sum of RGB (Red+Green+Blue) = 194+60+123=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C7B is #3DC384. Grayscale: #6B6B6B. Windows color (decimal): -4047749 or 8076482. OLE color: 8076482.
HSL color Cylindrical-coordinate representation of color #C23C7B: hue angle of 331.79º 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 #C23C7B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 123 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.24 |
| HSL | 331.79º | 0.53% | 0.5% | - |
| HSV(B) | 331.79º | 0.69% | 0.76% | - |
| XYZ | 27.44 | 16.13 | 20.41 | - |
| YUV | 107.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 123 | 0 | 0.69 | 0.37 | 0.24 | 331.79 | 0.53 | 0.5 |
| Hex | C2 | 3C | 7B | 0 | 45 | 25 | 18 | 14C | 35 | 32 |
| Octal | 302 | 74 | 173 | 0 | 105 | 45 | 30 | 514 | 65 | 62 |
| Binary | 11000010 | 111100 | 1111011 | 0 | 1000101 | 100101 | 11000 | 101001100 | 110101 | 110010 |
Color Harmonies of #C23C7B
Complementary color
Monochromatic Colors of #C23C7B
Black with #C23C7B
Text Example
Text Example
White with #C23C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C7B; }
p { color: rgb(194,60,123); }
H1.HeaderClassName
{
color: #C23C7B;
}
.AnyTagClassName
{
color: #C23C7B;
}
</style>
background-color css
<style>
a { background-color: #C23C7B; }
a { background-color: rgb(194,60,123); }
div.DivClassName
{
background-color: #C23C7B;
}
.BgClassName
{
background-color: #C23C7B;
}
</style>
border-color css
<style>
span { border-color: #C23C7B; }
span { border-color: rgb(194,60,123); }
td.TdClassName
{
border-color: #C23C7B;
}
.TagClassName
{
border-color: #C23C7B;
}
</style>