Shades of Medium Red Violet #C23279
Tints of Medium Red Violet #C23279
RGB
CMYK
RGB Variations
Color information
#C23279 (or 0xC23279) is known color: Medium Red Violet. HEX triplet: C2, 32 and 79. RGB value is (194,50,121). Sum of RGB (Red+Green+Blue) = 194+50+121=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23279 is #3DCD86. Grayscale: #656565. Windows color (decimal): -4050311 or 7942850. OLE color: 7942850.
HSL color Cylindrical-coordinate representation of color #C23279: hue angle of 330.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23279 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 121 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.24 |
| HSL | 330.42º | 0.59% | 0.48% | - |
| HSV(B) | 330.42º | 0.74% | 0.76% | - |
| XYZ | 26.84 | 15.13 | 19.6 | - |
| YUV | 101.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 121 | 0 | 0.74 | 0.38 | 0.24 | 330.42 | 0.59 | 0.48 |
| Hex | C2 | 32 | 79 | 0 | 4A | 26 | 18 | 14A | 3B | 30 |
| Octal | 302 | 62 | 171 | 0 | 112 | 46 | 30 | 512 | 73 | 60 |
| Binary | 11000010 | 110010 | 1111001 | 0 | 1001010 | 100110 | 11000 | 101001010 | 111011 | 110000 |
Color Harmonies of #C23279
Complementary color
Monochromatic Colors of #C23279
Black with #C23279
Text Example
Text Example
White with #C23279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23279; }
p { color: rgb(194,50,121); }
H1.HeaderClassName
{
color: #C23279;
}
.AnyTagClassName
{
color: #C23279;
}
</style>
background-color css
<style>
a { background-color: #C23279; }
a { background-color: rgb(194,50,121); }
div.DivClassName
{
background-color: #C23279;
}
.BgClassName
{
background-color: #C23279;
}
</style>
border-color css
<style>
span { border-color: #C23279; }
span { border-color: rgb(194,50,121); }
td.TdClassName
{
border-color: #C23279;
}
.TagClassName
{
border-color: #C23279;
}
</style>