Shades of Medium Red Violet #C22A7B
Tints of Medium Red Violet #C22A7B
RGB
CMYK
RGB Variations
Color information
#C22A7B (or 0xC22A7B) is known color: Medium Red Violet. HEX triplet: C2, 2A and 7B. RGB value is (194,42,123). Sum of RGB (Red+Green+Blue) = 194+42+123=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A7B is #3DD584. Grayscale: #606060. Windows color (decimal): -4052357 or 8071874. OLE color: 8071874.
HSL color Cylindrical-coordinate representation of color #C22A7B: hue angle of 328.03º 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 #C22A7B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 123 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.24 |
| HSL | 328.03º | 0.64% | 0.46% | - |
| HSV(B) | 328.03º | 0.78% | 0.76% | - |
| XYZ | 26.65 | 14.56 | 20.14 | - |
| YUV | 96.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 123 | 0 | 0.78 | 0.37 | 0.24 | 328.03 | 0.64 | 0.46 |
| Hex | C2 | 2A | 7B | 0 | 4E | 25 | 18 | 148 | 40 | 2E |
| Octal | 302 | 52 | 173 | 0 | 116 | 45 | 30 | 510 | 100 | 56 |
| Binary | 11000010 | 101010 | 1111011 | 0 | 1001110 | 100101 | 11000 | 101001000 | 1000000 | 101110 |
Color Harmonies of #C22A7B
Complementary color
Monochromatic Colors of #C22A7B
Black with #C22A7B
Text Example
Text Example
White with #C22A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A7B; }
p { color: rgb(194,42,123); }
H1.HeaderClassName
{
color: #C22A7B;
}
.AnyTagClassName
{
color: #C22A7B;
}
</style>
background-color css
<style>
a { background-color: #C22A7B; }
a { background-color: rgb(194,42,123); }
div.DivClassName
{
background-color: #C22A7B;
}
.BgClassName
{
background-color: #C22A7B;
}
</style>
border-color css
<style>
span { border-color: #C22A7B; }
span { border-color: rgb(194,42,123); }
td.TdClassName
{
border-color: #C22A7B;
}
.TagClassName
{
border-color: #C22A7B;
}
</style>