Shades of Medium Violet Red #C21675
Tints of Medium Violet Red #C21675
RGB
CMYK
RGB Variations
Color information
#C21675 (or 0xC21675) is known color: Medium Violet Red. HEX triplet: C2, 16 and 75. RGB value is (194,22,117). Sum of RGB (Red+Green+Blue) = 194+22+117=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21675 is #3DE98A. Grayscale: #545454. Windows color (decimal): -4057483 or 7673538. OLE color: 7673538.
HSL color Cylindrical-coordinate representation of color #C21675: hue angle of 326.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21675 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 117 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.24 |
| HSL | 326.86º | 0.8% | 0.42% | - |
| HSV(B) | 326.86º | 0.89% | 0.76% | - |
| XYZ | 25.75 | 13.33 | 18.05 | - |
| YUV | 84.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 117 | 0 | 0.89 | 0.40 | 0.24 | 326.86 | 0.8 | 0.42 |
| Hex | C2 | 16 | 75 | 0 | 59 | 28 | 18 | 147 | 50 | 2A |
| Octal | 302 | 26 | 165 | 0 | 131 | 50 | 30 | 507 | 120 | 52 |
| Binary | 11000010 | 10110 | 1110101 | 0 | 1011001 | 101000 | 11000 | 101000111 | 1010000 | 101010 |
Color Harmonies of #C21675
Complementary color
Monochromatic Colors of #C21675
Black with #C21675
Text Example
Text Example
White with #C21675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21675; }
p { color: rgb(194,22,117); }
H1.HeaderClassName
{
color: #C21675;
}
.AnyTagClassName
{
color: #C21675;
}
</style>
background-color css
<style>
a { background-color: #C21675; }
a { background-color: rgb(194,22,117); }
div.DivClassName
{
background-color: #C21675;
}
.BgClassName
{
background-color: #C21675;
}
</style>
border-color css
<style>
span { border-color: #C21675; }
span { border-color: rgb(194,22,117); }
td.TdClassName
{
border-color: #C21675;
}
.TagClassName
{
border-color: #C21675;
}
</style>