Shades of Medium Violet Red #C21685
Tints of Medium Violet Red #C21685
RGB
CMYK
RGB Variations
Color information
#C21685 (or 0xC21685) is known color: Medium Violet Red. HEX triplet: C2, 16 and 85. RGB value is (194,22,133). Sum of RGB (Red+Green+Blue) = 194+22+133=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C21685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21685 is #3DE97A. Grayscale: #555555. Windows color (decimal): -4057467 or 8722114. OLE color: 8722114.
HSL color Cylindrical-coordinate representation of color #C21685: hue angle of 321.28º 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 #C21685 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 133 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.24 |
| HSL | 321.28º | 0.8% | 0.42% | - |
| HSV(B) | 321.28º | 0.89% | 0.76% | - |
| XYZ | 26.77 | 13.74 | 23.43 | - |
| YUV | 86.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 133 | 0 | 0.89 | 0.31 | 0.24 | 321.28 | 0.8 | 0.42 |
| Hex | C2 | 16 | 85 | 0 | 59 | 1F | 18 | 141 | 50 | 2A |
| Octal | 302 | 26 | 205 | 0 | 131 | 37 | 30 | 501 | 120 | 52 |
| Binary | 11000010 | 10110 | 10000101 | 0 | 1011001 | 11111 | 11000 | 101000001 | 1010000 | 101010 |
Color Harmonies of #C21685
Complementary color
Monochromatic Colors of #C21685
Black with #C21685
Text Example
Text Example
White with #C21685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21685; }
p { color: rgb(194,22,133); }
H1.HeaderClassName
{
color: #C21685;
}
.AnyTagClassName
{
color: #C21685;
}
</style>
background-color css
<style>
a { background-color: #C21685; }
a { background-color: rgb(194,22,133); }
div.DivClassName
{
background-color: #C21685;
}
.BgClassName
{
background-color: #C21685;
}
</style>
border-color css
<style>
span { border-color: #C21685; }
span { border-color: rgb(194,22,133); }
td.TdClassName
{
border-color: #C21685;
}
.TagClassName
{
border-color: #C21685;
}
</style>