Shades of Medium Violet Red #C21875
Tints of Medium Violet Red #C21875
RGB
CMYK
RGB Variations
Color information
#C21875 (or 0xC21875) is known color: Medium Violet Red. HEX triplet: C2, 18 and 75. RGB value is (194,24,117). Sum of RGB (Red+Green+Blue) = 194+24+117=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21875 is #3DE78A. Grayscale: #555555. Windows color (decimal): -4056971 or 7674050. OLE color: 7674050.
HSL color Cylindrical-coordinate representation of color #C21875: hue angle of 327.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21875 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 117 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.24 |
| HSL | 327.18º | 0.78% | 0.43% | - |
| HSV(B) | 327.18º | 0.88% | 0.76% | - |
| XYZ | 25.79 | 13.41 | 18.06 | - |
| YUV | 85.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 117 | 0 | 0.88 | 0.40 | 0.24 | 327.18 | 0.78 | 0.43 |
| Hex | C2 | 18 | 75 | 0 | 58 | 28 | 18 | 147 | 4E | 2B |
| Octal | 302 | 30 | 165 | 0 | 130 | 50 | 30 | 507 | 116 | 53 |
| Binary | 11000010 | 11000 | 1110101 | 0 | 1011000 | 101000 | 11000 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C21875
Complementary color
Monochromatic Colors of #C21875
Black with #C21875
Text Example
Text Example
White with #C21875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21875; }
p { color: rgb(194,24,117); }
H1.HeaderClassName
{
color: #C21875;
}
.AnyTagClassName
{
color: #C21875;
}
</style>
background-color css
<style>
a { background-color: #C21875; }
a { background-color: rgb(194,24,117); }
div.DivClassName
{
background-color: #C21875;
}
.BgClassName
{
background-color: #C21875;
}
</style>
border-color css
<style>
span { border-color: #C21875; }
span { border-color: rgb(194,24,117); }
td.TdClassName
{
border-color: #C21875;
}
.TagClassName
{
border-color: #C21875;
}
</style>