Shades of Medium Red Violet #C03D98
Tints of Medium Red Violet #C03D98
RGB
CMYK
RGB Variations
Color information
#C03D98 (or 0xC03D98) is known color: Medium Red Violet. HEX triplet: C0, 3D and 98. RGB value is (192,61,152). Sum of RGB (Red+Green+Blue) = 192+61+152=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D98 is #3FC267. Grayscale: #6E6E6E. Windows color (decimal): -4178536 or 9977280. OLE color: 9977280.
HSL color Cylindrical-coordinate representation of color #C03D98: hue angle of 318.32º 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 #C03D98 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 152 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.25 |
| HSL | 318.32º | 0.52% | 0.5% | - |
| HSV(B) | 318.32º | 0.68% | 0.75% | - |
| XYZ | 29.07 | 16.81 | 31.42 | - |
| YUV | 110.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 152 | 0 | 0.68 | 0.21 | 0.25 | 318.32 | 0.52 | 0.5 |
| Hex | C0 | 3D | 98 | 0 | 44 | 15 | 19 | 13E | 34 | 32 |
| Octal | 300 | 75 | 230 | 0 | 104 | 25 | 31 | 476 | 64 | 62 |
| Binary | 11000000 | 111101 | 10011000 | 0 | 1000100 | 10101 | 11001 | 100111110 | 110100 | 110010 |
Color Harmonies of #C03D98
Complementary color
Monochromatic Colors of #C03D98
Black with #C03D98
Text Example
Text Example
White with #C03D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D98; }
p { color: rgb(192,61,152); }
H1.HeaderClassName
{
color: #C03D98;
}
.AnyTagClassName
{
color: #C03D98;
}
</style>
background-color css
<style>
a { background-color: #C03D98; }
a { background-color: rgb(192,61,152); }
div.DivClassName
{
background-color: #C03D98;
}
.BgClassName
{
background-color: #C03D98;
}
</style>
border-color css
<style>
span { border-color: #C03D98; }
span { border-color: rgb(192,61,152); }
td.TdClassName
{
border-color: #C03D98;
}
.TagClassName
{
border-color: #C03D98;
}
</style>