Shades of Medium Red Violet #C03D96
Tints of Medium Red Violet #C03D96
RGB
CMYK
RGB Variations
Color information
#C03D96 (or 0xC03D96) is known color: Medium Red Violet. HEX triplet: C0, 3D and 96. RGB value is (192,61,150). Sum of RGB (Red+Green+Blue) = 192+61+150=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D96 is #3FC269. Grayscale: #6E6E6E. Windows color (decimal): -4178538 or 9846208. OLE color: 9846208.
HSL color Cylindrical-coordinate representation of color #C03D96: hue angle of 319.24º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D96 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 150 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.25 |
| HSL | 319.24º | 0.52% | 0.5% | - |
| HSV(B) | 319.24º | 0.68% | 0.75% | - |
| XYZ | 28.91 | 16.75 | 30.56 | - |
| YUV | 110.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 150 | 0 | 0.68 | 0.22 | 0.25 | 319.24 | 0.52 | 0.5 |
| Hex | C0 | 3D | 96 | 0 | 44 | 16 | 19 | 13F | 34 | 32 |
| Octal | 300 | 75 | 226 | 0 | 104 | 26 | 31 | 477 | 64 | 62 |
| Binary | 11000000 | 111101 | 10010110 | 0 | 1000100 | 10110 | 11001 | 100111111 | 110100 | 110010 |
Color Harmonies of #C03D96
Complementary color
Monochromatic Colors of #C03D96
Black with #C03D96
Text Example
Text Example
White with #C03D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D96; }
p { color: rgb(192,61,150); }
H1.HeaderClassName
{
color: #C03D96;
}
.AnyTagClassName
{
color: #C03D96;
}
</style>
background-color css
<style>
a { background-color: #C03D96; }
a { background-color: rgb(192,61,150); }
div.DivClassName
{
background-color: #C03D96;
}
.BgClassName
{
background-color: #C03D96;
}
</style>
border-color css
<style>
span { border-color: #C03D96; }
span { border-color: rgb(192,61,150); }
td.TdClassName
{
border-color: #C03D96;
}
.TagClassName
{
border-color: #C03D96;
}
</style>