Shades of Medium Violet Red #C01294
Tints of Medium Violet Red #C01294
RGB
CMYK
RGB Variations
Color information
#C01294 (or 0xC01294) is known color: Medium Violet Red. HEX triplet: C0, 12 and 94. RGB value is (192,18,148). Sum of RGB (Red+Green+Blue) = 192+18+148=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C01294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01294 is #3FED6B. Grayscale: #545454. Windows color (decimal): -4189548 or 9704128. OLE color: 9704128.
HSL color Cylindrical-coordinate representation of color #C01294: hue angle of 315.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01294 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 148 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.25 |
| HSL | 315.17º | 0.83% | 0.41% | - |
| HSV(B) | 315.17º | 0.91% | 0.75% | - |
| XYZ | 27.3 | 13.78 | 29.24 | - |
| YUV | 84.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 148 | 0 | 0.91 | 0.23 | 0.25 | 315.17 | 0.83 | 0.41 |
| Hex | C0 | 12 | 94 | 0 | 5B | 17 | 19 | 13B | 53 | 29 |
| Octal | 300 | 22 | 224 | 0 | 133 | 27 | 31 | 473 | 123 | 51 |
| Binary | 11000000 | 10010 | 10010100 | 0 | 1011011 | 10111 | 11001 | 100111011 | 1010011 | 101001 |
Color Harmonies of #C01294
Complementary color
Monochromatic Colors of #C01294
Black with #C01294
Text Example
Text Example
White with #C01294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01294; }
p { color: rgb(192,18,148); }
H1.HeaderClassName
{
color: #C01294;
}
.AnyTagClassName
{
color: #C01294;
}
</style>
background-color css
<style>
a { background-color: #C01294; }
a { background-color: rgb(192,18,148); }
div.DivClassName
{
background-color: #C01294;
}
.BgClassName
{
background-color: #C01294;
}
</style>
border-color css
<style>
span { border-color: #C01294; }
span { border-color: rgb(192,18,148); }
td.TdClassName
{
border-color: #C01294;
}
.TagClassName
{
border-color: #C01294;
}
</style>