Shades of Medium Red Violet #C2256C
Tints of Medium Red Violet #C2256C
RGB
CMYK
RGB Variations
Color information
#C2256C (or 0xC2256C) is known color: Medium Red Violet. HEX triplet: C2, 25 and 6C. RGB value is (194,37,108). Sum of RGB (Red+Green+Blue) = 194+37+108=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2256C is #3DDA93. Grayscale: #5B5B5B. Windows color (decimal): -4053652 or 7087554. OLE color: 7087554.
HSL color Cylindrical-coordinate representation of color #C2256C: hue angle of 332.87º 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 #C2256C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 108 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.24 |
| HSL | 332.87º | 0.68% | 0.45% | - |
| HSV(B) | 332.87º | 0.81% | 0.76% | - |
| XYZ | 25.62 | 13.88 | 15.52 | - |
| YUV | 92.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 108 | 0 | 0.81 | 0.44 | 0.24 | 332.87 | 0.68 | 0.45 |
| Hex | C2 | 25 | 6C | 0 | 51 | 2C | 18 | 14D | 44 | 2D |
| Octal | 302 | 45 | 154 | 0 | 121 | 54 | 30 | 515 | 104 | 55 |
| Binary | 11000010 | 100101 | 1101100 | 0 | 1010001 | 101100 | 11000 | 101001101 | 1000100 | 101101 |
Color Harmonies of #C2256C
Complementary color
Monochromatic Colors of #C2256C
Black with #C2256C
Text Example
Text Example
White with #C2256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2256C; }
p { color: rgb(194,37,108); }
H1.HeaderClassName
{
color: #C2256C;
}
.AnyTagClassName
{
color: #C2256C;
}
</style>
background-color css
<style>
a { background-color: #C2256C; }
a { background-color: rgb(194,37,108); }
div.DivClassName
{
background-color: #C2256C;
}
.BgClassName
{
background-color: #C2256C;
}
</style>
border-color css
<style>
span { border-color: #C2256C; }
span { border-color: rgb(194,37,108); }
td.TdClassName
{
border-color: #C2256C;
}
.TagClassName
{
border-color: #C2256C;
}
</style>