Shades of Medium Violet Red #C10294
Tints of Medium Violet Red #C10294
RGB
CMYK
RGB Variations
Color information
#C10294 (or 0xC10294) is known color: Medium Violet Red. HEX triplet: C1, 02 and 94. RGB value is (193,2,148). Sum of RGB (Red+Green+Blue) = 193+2+148=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C10294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10294 is #3EFD6B. Grayscale: #4B4B4B. Windows color (decimal): -4128108 or 9700033. OLE color: 9700033.
HSL color Cylindrical-coordinate representation of color #C10294: hue angle of 314.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10294 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.24 |
| HSL | 314.14º | 0.98% | 0.38% | - |
| HSV(B) | 314.14º | 0.99% | 0.76% | - |
| XYZ | 27.36 | 13.52 | 29.18 | - |
| YUV | 75.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 148 | 0 | 0.99 | 0.23 | 0.24 | 314.14 | 0.98 | 0.38 |
| Hex | C1 | 2 | 94 | 0 | 63 | 17 | 18 | 13A | 62 | 26 |
| Octal | 301 | 2 | 224 | 0 | 143 | 27 | 30 | 472 | 142 | 46 |
| Binary | 11000001 | 10 | 10010100 | 0 | 1100011 | 10111 | 11000 | 100111010 | 1100010 | 100110 |
Color Harmonies of #C10294
Complementary color
Monochromatic Colors of #C10294
Black with #C10294
Text Example
Text Example
White with #C10294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10294; }
p { color: rgb(193,2,148); }
H1.HeaderClassName
{
color: #C10294;
}
.AnyTagClassName
{
color: #C10294;
}
</style>
background-color css
<style>
a { background-color: #C10294; }
a { background-color: rgb(193,2,148); }
div.DivClassName
{
background-color: #C10294;
}
.BgClassName
{
background-color: #C10294;
}
</style>
border-color css
<style>
span { border-color: #C10294; }
span { border-color: rgb(193,2,148); }
td.TdClassName
{
border-color: #C10294;
}
.TagClassName
{
border-color: #C10294;
}
</style>