Shades of Medium Red Violet #C23B7A
Tints of Medium Red Violet #C23B7A
RGB
CMYK
RGB Variations
Color information
#C23B7A (or 0xC23B7A) is known color: Medium Red Violet. HEX triplet: C2, 3B and 7A. RGB value is (194,59,122). Sum of RGB (Red+Green+Blue) = 194+59+122=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B7A is #3DC485. Grayscale: #6A6A6A. Windows color (decimal): -4048006 or 8010690. OLE color: 8010690.
HSL color Cylindrical-coordinate representation of color #C23B7A: hue angle of 332º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B7A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 122 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.24 |
| HSL | 332º | 0.53% | 0.5% | - |
| HSV(B) | 332º | 0.7% | 0.76% | - |
| XYZ | 27.32 | 16 | 20.06 | - |
| YUV | 106.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 122 | 0 | 0.70 | 0.37 | 0.24 | 332 | 0.53 | 0.5 |
| Hex | C2 | 3B | 7A | 0 | 46 | 25 | 18 | 14C | 35 | 32 |
| Octal | 302 | 73 | 172 | 0 | 106 | 45 | 30 | 514 | 65 | 62 |
| Binary | 11000010 | 111011 | 1111010 | 0 | 1000110 | 100101 | 11000 | 101001100 | 110101 | 110010 |
Color Harmonies of #C23B7A
Complementary color
Monochromatic Colors of #C23B7A
Black with #C23B7A
Text Example
Text Example
White with #C23B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B7A; }
p { color: rgb(194,59,122); }
H1.HeaderClassName
{
color: #C23B7A;
}
.AnyTagClassName
{
color: #C23B7A;
}
</style>
background-color css
<style>
a { background-color: #C23B7A; }
a { background-color: rgb(194,59,122); }
div.DivClassName
{
background-color: #C23B7A;
}
.BgClassName
{
background-color: #C23B7A;
}
</style>
border-color css
<style>
span { border-color: #C23B7A; }
span { border-color: rgb(194,59,122); }
td.TdClassName
{
border-color: #C23B7A;
}
.TagClassName
{
border-color: #C23B7A;
}
</style>