Shades of Medium Red Violet #C2257C
Tints of Medium Red Violet #C2257C
RGB
CMYK
RGB Variations
Color information
#C2257C (or 0xC2257C) is known color: Medium Red Violet. HEX triplet: C2, 25 and 7C. RGB value is (194,37,124). Sum of RGB (Red+Green+Blue) = 194+37+124=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2257C is #3DDA83. Grayscale: #5D5D5D. Windows color (decimal): -4053636 or 8136130. OLE color: 8136130.
HSL color Cylindrical-coordinate representation of color #C2257C: hue angle of 326.75º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2257C is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 124 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.24 |
| HSL | 326.75º | 0.68% | 0.45% | - |
| HSV(B) | 326.75º | 0.81% | 0.76% | - |
| XYZ | 26.55 | 14.25 | 20.42 | - |
| YUV | 93.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 124 | 0 | 0.81 | 0.36 | 0.24 | 326.75 | 0.68 | 0.45 |
| Hex | C2 | 25 | 7C | 0 | 51 | 24 | 18 | 147 | 44 | 2D |
| Octal | 302 | 45 | 174 | 0 | 121 | 44 | 30 | 507 | 104 | 55 |
| Binary | 11000010 | 100101 | 1111100 | 0 | 1010001 | 100100 | 11000 | 101000111 | 1000100 | 101101 |
Color Harmonies of #C2257C
Complementary color
Monochromatic Colors of #C2257C
Black with #C2257C
Text Example
Text Example
White with #C2257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2257C; }
p { color: rgb(194,37,124); }
H1.HeaderClassName
{
color: #C2257C;
}
.AnyTagClassName
{
color: #C2257C;
}
</style>
background-color css
<style>
a { background-color: #C2257C; }
a { background-color: rgb(194,37,124); }
div.DivClassName
{
background-color: #C2257C;
}
.BgClassName
{
background-color: #C2257C;
}
</style>
border-color css
<style>
span { border-color: #C2257C; }
span { border-color: rgb(194,37,124); }
td.TdClassName
{
border-color: #C2257C;
}
.TagClassName
{
border-color: #C2257C;
}
</style>