Shades of Medium Red Violet #C2327F
Tints of Medium Red Violet #C2327F
RGB
CMYK
RGB Variations
Color information
#C2327F (or 0xC2327F) is known color: Medium Red Violet. HEX triplet: C2, 32 and 7F. RGB value is (194,50,127). Sum of RGB (Red+Green+Blue) = 194+50+127=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2327F is #3DCD80. Grayscale: #656565. Windows color (decimal): -4050305 or 8336066. OLE color: 8336066.
HSL color Cylindrical-coordinate representation of color #C2327F: hue angle of 327.92º 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 #C2327F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 127 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.24 |
| HSL | 327.92º | 0.59% | 0.48% | - |
| HSV(B) | 327.92º | 0.74% | 0.76% | - |
| XYZ | 27.22 | 15.28 | 21.59 | - |
| YUV | 101.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 127 | 0 | 0.74 | 0.35 | 0.24 | 327.92 | 0.59 | 0.48 |
| Hex | C2 | 32 | 7F | 0 | 4A | 23 | 18 | 148 | 3B | 30 |
| Octal | 302 | 62 | 177 | 0 | 112 | 43 | 30 | 510 | 73 | 60 |
| Binary | 11000010 | 110010 | 1111111 | 0 | 1001010 | 100011 | 11000 | 101001000 | 111011 | 110000 |
Color Harmonies of #C2327F
Complementary color
Monochromatic Colors of #C2327F
Black with #C2327F
Text Example
Text Example
White with #C2327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2327F; }
p { color: rgb(194,50,127); }
H1.HeaderClassName
{
color: #C2327F;
}
.AnyTagClassName
{
color: #C2327F;
}
</style>
background-color css
<style>
a { background-color: #C2327F; }
a { background-color: rgb(194,50,127); }
div.DivClassName
{
background-color: #C2327F;
}
.BgClassName
{
background-color: #C2327F;
}
</style>
border-color css
<style>
span { border-color: #C2327F; }
span { border-color: rgb(194,50,127); }
td.TdClassName
{
border-color: #C2327F;
}
.TagClassName
{
border-color: #C2327F;
}
</style>