Shades of Medium Red Violet #C22B7F
Tints of Medium Red Violet #C22B7F
RGB
CMYK
RGB Variations
Color information
#C22B7F (or 0xC22B7F) is known color: Medium Red Violet. HEX triplet: C2, 2B and 7F. RGB value is (194,43,127). Sum of RGB (Red+Green+Blue) = 194+43+127=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B7F is #3DD480. Grayscale: #616161. Windows color (decimal): -4052097 or 8334274. OLE color: 8334274.
HSL color Cylindrical-coordinate representation of color #C22B7F: hue angle of 326.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B7F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 127 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.24 |
| HSL | 326.62º | 0.64% | 0.46% | - |
| HSV(B) | 326.62º | 0.78% | 0.76% | - |
| XYZ | 26.94 | 14.73 | 21.5 | - |
| YUV | 97.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 127 | 0 | 0.78 | 0.35 | 0.24 | 326.62 | 0.64 | 0.46 |
| Hex | C2 | 2B | 7F | 0 | 4E | 23 | 18 | 147 | 40 | 2E |
| Octal | 302 | 53 | 177 | 0 | 116 | 43 | 30 | 507 | 100 | 56 |
| Binary | 11000010 | 101011 | 1111111 | 0 | 1001110 | 100011 | 11000 | 101000111 | 1000000 | 101110 |
Color Harmonies of #C22B7F
Complementary color
Monochromatic Colors of #C22B7F
Black with #C22B7F
Text Example
Text Example
White with #C22B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B7F; }
p { color: rgb(194,43,127); }
H1.HeaderClassName
{
color: #C22B7F;
}
.AnyTagClassName
{
color: #C22B7F;
}
</style>
background-color css
<style>
a { background-color: #C22B7F; }
a { background-color: rgb(194,43,127); }
div.DivClassName
{
background-color: #C22B7F;
}
.BgClassName
{
background-color: #C22B7F;
}
</style>
border-color css
<style>
span { border-color: #C22B7F; }
span { border-color: rgb(194,43,127); }
td.TdClassName
{
border-color: #C22B7F;
}
.TagClassName
{
border-color: #C22B7F;
}
</style>