Shades of Medium Red Violet #C22B78
Tints of Medium Red Violet #C22B78
RGB
CMYK
RGB Variations
Color information
#C22B78 (or 0xC22B78) is known color: Medium Red Violet. HEX triplet: C2, 2B and 78. RGB value is (194,43,120). Sum of RGB (Red+Green+Blue) = 194+43+120=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B78 is #3DD487. Grayscale: #606060. Windows color (decimal): -4052104 or 7875522. OLE color: 7875522.
HSL color Cylindrical-coordinate representation of color #C22B78: hue angle of 329.4º 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 #C22B78 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 120 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.24 |
| HSL | 329.4º | 0.64% | 0.46% | - |
| HSV(B) | 329.4º | 0.78% | 0.76% | - |
| XYZ | 26.5 | 14.55 | 19.18 | - |
| YUV | 96.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 120 | 0 | 0.78 | 0.38 | 0.24 | 329.4 | 0.64 | 0.46 |
| Hex | C2 | 2B | 78 | 0 | 4E | 26 | 18 | 149 | 40 | 2E |
| Octal | 302 | 53 | 170 | 0 | 116 | 46 | 30 | 511 | 100 | 56 |
| Binary | 11000010 | 101011 | 1111000 | 0 | 1001110 | 100110 | 11000 | 101001001 | 1000000 | 101110 |
Color Harmonies of #C22B78
Complementary color
Monochromatic Colors of #C22B78
Black with #C22B78
Text Example
Text Example
White with #C22B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B78; }
p { color: rgb(194,43,120); }
H1.HeaderClassName
{
color: #C22B78;
}
.AnyTagClassName
{
color: #C22B78;
}
</style>
background-color css
<style>
a { background-color: #C22B78; }
a { background-color: rgb(194,43,120); }
div.DivClassName
{
background-color: #C22B78;
}
.BgClassName
{
background-color: #C22B78;
}
</style>
border-color css
<style>
span { border-color: #C22B78; }
span { border-color: rgb(194,43,120); }
td.TdClassName
{
border-color: #C22B78;
}
.TagClassName
{
border-color: #C22B78;
}
</style>