Shades of Medium Red Violet #C03696
Tints of Medium Red Violet #C03696
RGB
CMYK
RGB Variations
Color information
#C03696 (or 0xC03696) is known color: Medium Red Violet. HEX triplet: C0, 36 and 96. RGB value is (192,54,150). Sum of RGB (Red+Green+Blue) = 192+54+150=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C03696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03696 is #3FC969. Grayscale: #696969. Windows color (decimal): -4180330 or 9844416. OLE color: 9844416.
HSL color Cylindrical-coordinate representation of color #C03696: hue angle of 318.26º 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 #C03696 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 150 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.25 |
| HSL | 318.26º | 0.56% | 0.48% | - |
| HSV(B) | 318.26º | 0.72% | 0.75% | - |
| XYZ | 28.56 | 16.05 | 30.45 | - |
| YUV | 106.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 150 | 0 | 0.72 | 0.22 | 0.25 | 318.26 | 0.56 | 0.48 |
| Hex | C0 | 36 | 96 | 0 | 48 | 16 | 19 | 13E | 38 | 30 |
| Octal | 300 | 66 | 226 | 0 | 110 | 26 | 31 | 476 | 70 | 60 |
| Binary | 11000000 | 110110 | 10010110 | 0 | 1001000 | 10110 | 11001 | 100111110 | 111000 | 110000 |
Color Harmonies of #C03696
Complementary color
Monochromatic Colors of #C03696
Black with #C03696
Text Example
Text Example
White with #C03696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03696; }
p { color: rgb(192,54,150); }
H1.HeaderClassName
{
color: #C03696;
}
.AnyTagClassName
{
color: #C03696;
}
</style>
background-color css
<style>
a { background-color: #C03696; }
a { background-color: rgb(192,54,150); }
div.DivClassName
{
background-color: #C03696;
}
.BgClassName
{
background-color: #C03696;
}
</style>
border-color css
<style>
span { border-color: #C03696; }
span { border-color: rgb(192,54,150); }
td.TdClassName
{
border-color: #C03696;
}
.TagClassName
{
border-color: #C03696;
}
</style>