Shades of Medium Red Violet #C22D7B
Tints of Medium Red Violet #C22D7B
RGB
CMYK
RGB Variations
Color information
#C22D7B (or 0xC22D7B) is known color: Medium Red Violet. HEX triplet: C2, 2D and 7B. RGB value is (194,45,123). Sum of RGB (Red+Green+Blue) = 194+45+123=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D7B is #3DD284. Grayscale: #626262. Windows color (decimal): -4051589 or 8072642. OLE color: 8072642.
HSL color Cylindrical-coordinate representation of color #C22D7B: hue angle of 328.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D7B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 123 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.24 |
| HSL | 328.59º | 0.62% | 0.47% | - |
| HSV(B) | 328.59º | 0.77% | 0.76% | - |
| XYZ | 26.76 | 14.78 | 20.18 | - |
| YUV | 98.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 123 | 0 | 0.77 | 0.37 | 0.24 | 328.59 | 0.62 | 0.47 |
| Hex | C2 | 2D | 7B | 0 | 4D | 25 | 18 | 149 | 3E | 2F |
| Octal | 302 | 55 | 173 | 0 | 115 | 45 | 30 | 511 | 76 | 57 |
| Binary | 11000010 | 101101 | 1111011 | 0 | 1001101 | 100101 | 11000 | 101001001 | 111110 | 101111 |
Color Harmonies of #C22D7B
Complementary color
Monochromatic Colors of #C22D7B
Black with #C22D7B
Text Example
Text Example
White with #C22D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D7B; }
p { color: rgb(194,45,123); }
H1.HeaderClassName
{
color: #C22D7B;
}
.AnyTagClassName
{
color: #C22D7B;
}
</style>
background-color css
<style>
a { background-color: #C22D7B; }
a { background-color: rgb(194,45,123); }
div.DivClassName
{
background-color: #C22D7B;
}
.BgClassName
{
background-color: #C22D7B;
}
</style>
border-color css
<style>
span { border-color: #C22D7B; }
span { border-color: rgb(194,45,123); }
td.TdClassName
{
border-color: #C22D7B;
}
.TagClassName
{
border-color: #C22D7B;
}
</style>