Shades of Medium Red Violet #C23474
Tints of Medium Red Violet #C23474
RGB
CMYK
RGB Variations
Color information
#C23474 (or 0xC23474) is known color: Medium Red Violet. HEX triplet: C2, 34 and 74. RGB value is (194,52,116). Sum of RGB (Red+Green+Blue) = 194+52+116=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23474 is #3DCB8B. Grayscale: #656565. Windows color (decimal): -4049804 or 7615682. OLE color: 7615682.
HSL color Cylindrical-coordinate representation of color #C23474: hue angle of 332.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23474 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 116 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.24 |
| HSL | 332.96º | 0.58% | 0.48% | - |
| HSV(B) | 332.96º | 0.73% | 0.76% | - |
| XYZ | 26.63 | 15.19 | 18.05 | - |
| YUV | 101.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 116 | 0 | 0.73 | 0.40 | 0.24 | 332.96 | 0.58 | 0.48 |
| Hex | C2 | 34 | 74 | 0 | 49 | 28 | 18 | 14D | 3A | 30 |
| Octal | 302 | 64 | 164 | 0 | 111 | 50 | 30 | 515 | 72 | 60 |
| Binary | 11000010 | 110100 | 1110100 | 0 | 1001001 | 101000 | 11000 | 101001101 | 111010 | 110000 |
Color Harmonies of #C23474
Complementary color
Monochromatic Colors of #C23474
Black with #C23474
Text Example
Text Example
White with #C23474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23474; }
p { color: rgb(194,52,116); }
H1.HeaderClassName
{
color: #C23474;
}
.AnyTagClassName
{
color: #C23474;
}
</style>
background-color css
<style>
a { background-color: #C23474; }
a { background-color: rgb(194,52,116); }
div.DivClassName
{
background-color: #C23474;
}
.BgClassName
{
background-color: #C23474;
}
</style>
border-color css
<style>
span { border-color: #C23474; }
span { border-color: rgb(194,52,116); }
td.TdClassName
{
border-color: #C23474;
}
.TagClassName
{
border-color: #C23474;
}
</style>