Shades of Medium Red Violet #C22B85
Tints of Medium Red Violet #C22B85
RGB
CMYK
RGB Variations
Color information
#C22B85 (or 0xC22B85) is known color: Medium Red Violet. HEX triplet: C2, 2B and 85. RGB value is (194,43,133). Sum of RGB (Red+Green+Blue) = 194+43+133=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22B85 is #3DD47A. Grayscale: #626262. Windows color (decimal): -4052091 or 8727490. OLE color: 8727490.
HSL color Cylindrical-coordinate representation of color #C22B85: hue angle of 324.24º 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 #C22B85 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 133 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.24 |
| HSL | 324.24º | 0.64% | 0.46% | - |
| HSV(B) | 324.24º | 0.78% | 0.76% | - |
| XYZ | 27.35 | 14.89 | 23.62 | - |
| YUV | 98.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 133 | 0 | 0.78 | 0.31 | 0.24 | 324.24 | 0.64 | 0.46 |
| Hex | C2 | 2B | 85 | 0 | 4E | 1F | 18 | 144 | 40 | 2E |
| Octal | 302 | 53 | 205 | 0 | 116 | 37 | 30 | 504 | 100 | 56 |
| Binary | 11000010 | 101011 | 10000101 | 0 | 1001110 | 11111 | 11000 | 101000100 | 1000000 | 101110 |
Color Harmonies of #C22B85
Complementary color
Monochromatic Colors of #C22B85
Black with #C22B85
Text Example
Text Example
White with #C22B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B85; }
p { color: rgb(194,43,133); }
H1.HeaderClassName
{
color: #C22B85;
}
.AnyTagClassName
{
color: #C22B85;
}
</style>
background-color css
<style>
a { background-color: #C22B85; }
a { background-color: rgb(194,43,133); }
div.DivClassName
{
background-color: #C22B85;
}
.BgClassName
{
background-color: #C22B85;
}
</style>
border-color css
<style>
span { border-color: #C22B85; }
span { border-color: rgb(194,43,133); }
td.TdClassName
{
border-color: #C22B85;
}
.TagClassName
{
border-color: #C22B85;
}
</style>