Shades of Medium Red Violet #C2297B
Tints of Medium Red Violet #C2297B
RGB
CMYK
RGB Variations
Color information
#C2297B (or 0xC2297B) is known color: Medium Red Violet. HEX triplet: C2, 29 and 7B. RGB value is (194,41,123). Sum of RGB (Red+Green+Blue) = 194+41+123=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2297B is #3DD684. Grayscale: #5F5F5F. Windows color (decimal): -4052613 or 8071618. OLE color: 8071618.
HSL color Cylindrical-coordinate representation of color #C2297B: hue angle of 327.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2297B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 123 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.24 |
| HSL | 327.84º | 0.65% | 0.46% | - |
| HSV(B) | 327.84º | 0.79% | 0.76% | - |
| XYZ | 26.62 | 14.49 | 20.13 | - |
| YUV | 96.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 123 | 0 | 0.79 | 0.37 | 0.24 | 327.84 | 0.65 | 0.46 |
| Hex | C2 | 29 | 7B | 0 | 4F | 25 | 18 | 148 | 41 | 2E |
| Octal | 302 | 51 | 173 | 0 | 117 | 45 | 30 | 510 | 101 | 56 |
| Binary | 11000010 | 101001 | 1111011 | 0 | 1001111 | 100101 | 11000 | 101001000 | 1000001 | 101110 |
Color Harmonies of #C2297B
Complementary color
Monochromatic Colors of #C2297B
Black with #C2297B
Text Example
Text Example
White with #C2297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2297B; }
p { color: rgb(194,41,123); }
H1.HeaderClassName
{
color: #C2297B;
}
.AnyTagClassName
{
color: #C2297B;
}
</style>
background-color css
<style>
a { background-color: #C2297B; }
a { background-color: rgb(194,41,123); }
div.DivClassName
{
background-color: #C2297B;
}
.BgClassName
{
background-color: #C2297B;
}
</style>
border-color css
<style>
span { border-color: #C2297B; }
span { border-color: rgb(194,41,123); }
td.TdClassName
{
border-color: #C2297B;
}
.TagClassName
{
border-color: #C2297B;
}
</style>