Shades of Medium Red Violet #C2329C
Tints of Medium Red Violet #C2329C
RGB
CMYK
RGB Variations
Color information
#C2329C (or 0xC2329C) is known color: Medium Red Violet. HEX triplet: C2, 32 and 9C. RGB value is (194,50,156). Sum of RGB (Red+Green+Blue) = 194+50+156=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2329C is #3DCD63. Grayscale: #686868. Windows color (decimal): -4050276 or 10236610. OLE color: 10236610.
HSL color Cylindrical-coordinate representation of color #C2329C: hue angle of 315.83º 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 #C2329C is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 156 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.24 |
| HSL | 315.83º | 0.59% | 0.48% | - |
| HSV(B) | 315.83º | 0.74% | 0.76% | - |
| XYZ | 29.39 | 16.15 | 33.02 | - |
| YUV | 105.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 156 | 0 | 0.74 | 0.20 | 0.24 | 315.83 | 0.59 | 0.48 |
| Hex | C2 | 32 | 9C | 0 | 4A | 14 | 18 | 13C | 3B | 30 |
| Octal | 302 | 62 | 234 | 0 | 112 | 24 | 30 | 474 | 73 | 60 |
| Binary | 11000010 | 110010 | 10011100 | 0 | 1001010 | 10100 | 11000 | 100111100 | 111011 | 110000 |
Color Harmonies of #C2329C
Complementary color
Monochromatic Colors of #C2329C
Black with #C2329C
Text Example
Text Example
White with #C2329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2329C; }
p { color: rgb(194,50,156); }
H1.HeaderClassName
{
color: #C2329C;
}
.AnyTagClassName
{
color: #C2329C;
}
</style>
background-color css
<style>
a { background-color: #C2329C; }
a { background-color: rgb(194,50,156); }
div.DivClassName
{
background-color: #C2329C;
}
.BgClassName
{
background-color: #C2329C;
}
</style>
border-color css
<style>
span { border-color: #C2329C; }
span { border-color: rgb(194,50,156); }
td.TdClassName
{
border-color: #C2329C;
}
.TagClassName
{
border-color: #C2329C;
}
</style>