Shades of Medium Violet Red #C21294
Tints of Medium Violet Red #C21294
RGB
CMYK
RGB Variations
Color information
#C21294 (or 0xC21294) is known color: Medium Violet Red. HEX triplet: C2, 12 and 94. RGB value is (194,18,148). Sum of RGB (Red+Green+Blue) = 194+18+148=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21294 is #3DED6B. Grayscale: #555555. Windows color (decimal): -4058476 or 9704130. OLE color: 9704130.
HSL color Cylindrical-coordinate representation of color #C21294: hue angle of 315.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21294 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 148 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.24 |
| HSL | 315.68º | 0.83% | 0.42% | - |
| HSV(B) | 315.68º | 0.91% | 0.76% | - |
| XYZ | 27.81 | 14.04 | 29.26 | - |
| YUV | 85.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 148 | 0 | 0.91 | 0.24 | 0.24 | 315.68 | 0.83 | 0.42 |
| Hex | C2 | 12 | 94 | 0 | 5B | 18 | 18 | 13C | 53 | 2A |
| Octal | 302 | 22 | 224 | 0 | 133 | 30 | 30 | 474 | 123 | 52 |
| Binary | 11000010 | 10010 | 10010100 | 0 | 1011011 | 11000 | 11000 | 100111100 | 1010011 | 101010 |
Color Harmonies of #C21294
Complementary color
Monochromatic Colors of #C21294
Black with #C21294
Text Example
Text Example
White with #C21294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21294; }
p { color: rgb(194,18,148); }
H1.HeaderClassName
{
color: #C21294;
}
.AnyTagClassName
{
color: #C21294;
}
</style>
background-color css
<style>
a { background-color: #C21294; }
a { background-color: rgb(194,18,148); }
div.DivClassName
{
background-color: #C21294;
}
.BgClassName
{
background-color: #C21294;
}
</style>
border-color css
<style>
span { border-color: #C21294; }
span { border-color: rgb(194,18,148); }
td.TdClassName
{
border-color: #C21294;
}
.TagClassName
{
border-color: #C21294;
}
</style>