Shades of Medium Red Violet #C03694
Tints of Medium Red Violet #C03694
RGB
CMYK
RGB Variations
Color information
#C03694 (or 0xC03694) is known color: Medium Red Violet. HEX triplet: C0, 36 and 94. RGB value is (192,54,148). Sum of RGB (Red+Green+Blue) = 192+54+148=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C03694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03694 is #3FC96B. Grayscale: #696969. Windows color (decimal): -4180332 or 9713344. OLE color: 9713344.
HSL color Cylindrical-coordinate representation of color #C03694: hue angle of 319.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03694 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 148 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.25 |
| HSL | 319.13º | 0.56% | 0.48% | - |
| HSV(B) | 319.13º | 0.72% | 0.75% | - |
| XYZ | 28.4 | 15.98 | 29.61 | - |
| YUV | 105.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 148 | 0 | 0.72 | 0.23 | 0.25 | 319.13 | 0.56 | 0.48 |
| Hex | C0 | 36 | 94 | 0 | 48 | 17 | 19 | 13F | 38 | 30 |
| Octal | 300 | 66 | 224 | 0 | 110 | 27 | 31 | 477 | 70 | 60 |
| Binary | 11000000 | 110110 | 10010100 | 0 | 1001000 | 10111 | 11001 | 100111111 | 111000 | 110000 |
Color Harmonies of #C03694
Complementary color
Monochromatic Colors of #C03694
Black with #C03694
Text Example
Text Example
White with #C03694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03694; }
p { color: rgb(192,54,148); }
H1.HeaderClassName
{
color: #C03694;
}
.AnyTagClassName
{
color: #C03694;
}
</style>
background-color css
<style>
a { background-color: #C03694; }
a { background-color: rgb(192,54,148); }
div.DivClassName
{
background-color: #C03694;
}
.BgClassName
{
background-color: #C03694;
}
</style>
border-color css
<style>
span { border-color: #C03694; }
span { border-color: rgb(192,54,148); }
td.TdClassName
{
border-color: #C03694;
}
.TagClassName
{
border-color: #C03694;
}
</style>