Shades of Medium Red Violet #C03698
Tints of Medium Red Violet #C03698
RGB
CMYK
RGB Variations
Color information
#C03698 (or 0xC03698) is known color: Medium Red Violet. HEX triplet: C0, 36 and 98. RGB value is (192,54,152). Sum of RGB (Red+Green+Blue) = 192+54+152=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C03698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03698 is #3FC967. Grayscale: #6A6A6A. Windows color (decimal): -4180328 or 9975488. OLE color: 9975488.
HSL color Cylindrical-coordinate representation of color #C03698: hue angle of 317.39º 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 #C03698 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 152 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.25 |
| HSL | 317.39º | 0.56% | 0.48% | - |
| HSV(B) | 317.39º | 0.72% | 0.75% | - |
| XYZ | 28.72 | 16.11 | 31.3 | - |
| YUV | 106.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 152 | 0 | 0.72 | 0.21 | 0.25 | 317.39 | 0.56 | 0.48 |
| Hex | C0 | 36 | 98 | 0 | 48 | 15 | 19 | 13D | 38 | 30 |
| Octal | 300 | 66 | 230 | 0 | 110 | 25 | 31 | 475 | 70 | 60 |
| Binary | 11000000 | 110110 | 10011000 | 0 | 1001000 | 10101 | 11001 | 100111101 | 111000 | 110000 |
Color Harmonies of #C03698
Complementary color
Monochromatic Colors of #C03698
Black with #C03698
Text Example
Text Example
White with #C03698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03698; }
p { color: rgb(192,54,152); }
H1.HeaderClassName
{
color: #C03698;
}
.AnyTagClassName
{
color: #C03698;
}
</style>
background-color css
<style>
a { background-color: #C03698; }
a { background-color: rgb(192,54,152); }
div.DivClassName
{
background-color: #C03698;
}
.BgClassName
{
background-color: #C03698;
}
</style>
border-color css
<style>
span { border-color: #C03698; }
span { border-color: rgb(192,54,152); }
td.TdClassName
{
border-color: #C03698;
}
.TagClassName
{
border-color: #C03698;
}
</style>