Shades of Medium Red Violet #C03198
Tints of Medium Red Violet #C03198
RGB
CMYK
RGB Variations
Color information
#C03198 (or 0xC03198) is known color: Medium Red Violet. HEX triplet: C0, 31 and 98. RGB value is (192,49,152). Sum of RGB (Red+Green+Blue) = 192+49+152=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03198 is #3FCE67. Grayscale: #676767. Windows color (decimal): -4181608 or 9974208. OLE color: 9974208.
HSL color Cylindrical-coordinate representation of color #C03198: hue angle of 316.78º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03198 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 152 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.25 |
| HSL | 316.78º | 0.59% | 0.47% | - |
| HSV(B) | 316.78º | 0.74% | 0.75% | - |
| XYZ | 28.5 | 15.67 | 31.23 | - |
| YUV | 103.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 152 | 0 | 0.74 | 0.21 | 0.25 | 316.78 | 0.59 | 0.47 |
| Hex | C0 | 31 | 98 | 0 | 4A | 15 | 19 | 13D | 3B | 2F |
| Octal | 300 | 61 | 230 | 0 | 112 | 25 | 31 | 475 | 73 | 57 |
| Binary | 11000000 | 110001 | 10011000 | 0 | 1001010 | 10101 | 11001 | 100111101 | 111011 | 101111 |
Color Harmonies of #C03198
Complementary color
Monochromatic Colors of #C03198
Black with #C03198
Text Example
Text Example
White with #C03198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03198; }
p { color: rgb(192,49,152); }
H1.HeaderClassName
{
color: #C03198;
}
.AnyTagClassName
{
color: #C03198;
}
</style>
background-color css
<style>
a { background-color: #C03198; }
a { background-color: rgb(192,49,152); }
div.DivClassName
{
background-color: #C03198;
}
.BgClassName
{
background-color: #C03198;
}
</style>
border-color css
<style>
span { border-color: #C03198; }
span { border-color: rgb(192,49,152); }
td.TdClassName
{
border-color: #C03198;
}
.TagClassName
{
border-color: #C03198;
}
</style>