Shades of Medium Violet Red #C21968
Tints of Medium Violet Red #C21968
RGB
CMYK
RGB Variations
Color information
#C21968 (or 0xC21968) is known color: Medium Violet Red. HEX triplet: C2, 19 and 68. RGB value is (194,25,104). Sum of RGB (Red+Green+Blue) = 194+25+104=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C21968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21968 is #3DE697. Grayscale: #545454. Windows color (decimal): -4056728 or 6822338. OLE color: 6822338.
HSL color Cylindrical-coordinate representation of color #C21968: hue angle of 331.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21968 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 104 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.24 |
| HSL | 331.95º | 0.77% | 0.43% | - |
| HSV(B) | 331.95º | 0.87% | 0.76% | - |
| XYZ | 25.09 | 13.16 | 14.32 | - |
| YUV | 84.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 104 | 0 | 0.87 | 0.46 | 0.24 | 331.95 | 0.77 | 0.43 |
| Hex | C2 | 19 | 68 | 0 | 57 | 2E | 18 | 14C | 4D | 2B |
| Octal | 302 | 31 | 150 | 0 | 127 | 56 | 30 | 514 | 115 | 53 |
| Binary | 11000010 | 11001 | 1101000 | 0 | 1010111 | 101110 | 11000 | 101001100 | 1001101 | 101011 |
Color Harmonies of #C21968
Complementary color
Monochromatic Colors of #C21968
Black with #C21968
Text Example
Text Example
White with #C21968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21968; }
p { color: rgb(194,25,104); }
H1.HeaderClassName
{
color: #C21968;
}
.AnyTagClassName
{
color: #C21968;
}
</style>
background-color css
<style>
a { background-color: #C21968; }
a { background-color: rgb(194,25,104); }
div.DivClassName
{
background-color: #C21968;
}
.BgClassName
{
background-color: #C21968;
}
</style>
border-color css
<style>
span { border-color: #C21968; }
span { border-color: rgb(194,25,104); }
td.TdClassName
{
border-color: #C21968;
}
.TagClassName
{
border-color: #C21968;
}
</style>