Shades of Medium Red Violet #C2337C
Tints of Medium Red Violet #C2337C
RGB
CMYK
RGB Variations
Color information
#C2337C (or 0xC2337C) is known color: Medium Red Violet. HEX triplet: C2, 33 and 7C. RGB value is (194,51,124). Sum of RGB (Red+Green+Blue) = 194+51+124=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2337C is #3DCC83. Grayscale: #656565. Windows color (decimal): -4050052 or 8139714. OLE color: 8139714.
HSL color Cylindrical-coordinate representation of color #C2337C: hue angle of 329.37º degrees, saturation: 0.58, 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 #C2337C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 124 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.24 |
| HSL | 329.37º | 0.58% | 0.48% | - |
| HSV(B) | 329.37º | 0.74% | 0.76% | - |
| XYZ | 27.07 | 15.29 | 20.59 | - |
| YUV | 102.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 124 | 0 | 0.74 | 0.36 | 0.24 | 329.37 | 0.58 | 0.48 |
| Hex | C2 | 33 | 7C | 0 | 4A | 24 | 18 | 149 | 3A | 30 |
| Octal | 302 | 63 | 174 | 0 | 112 | 44 | 30 | 511 | 72 | 60 |
| Binary | 11000010 | 110011 | 1111100 | 0 | 1001010 | 100100 | 11000 | 101001001 | 111010 | 110000 |
Color Harmonies of #C2337C
Complementary color
Monochromatic Colors of #C2337C
Black with #C2337C
Text Example
Text Example
White with #C2337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2337C; }
p { color: rgb(194,51,124); }
H1.HeaderClassName
{
color: #C2337C;
}
.AnyTagClassName
{
color: #C2337C;
}
</style>
background-color css
<style>
a { background-color: #C2337C; }
a { background-color: rgb(194,51,124); }
div.DivClassName
{
background-color: #C2337C;
}
.BgClassName
{
background-color: #C2337C;
}
</style>
border-color css
<style>
span { border-color: #C2337C; }
span { border-color: rgb(194,51,124); }
td.TdClassName
{
border-color: #C2337C;
}
.TagClassName
{
border-color: #C2337C;
}
</style>