Shades of Medium Red Violet #C0318B
Tints of Medium Red Violet #C0318B
RGB
CMYK
RGB Variations
Color information
#C0318B (or 0xC0318B) is known color: Medium Red Violet. HEX triplet: C0, 31 and 8B. RGB value is (192,49,139). Sum of RGB (Red+Green+Blue) = 192+49+139=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0318B is #3FCE74. Grayscale: #656565. Windows color (decimal): -4181621 or 9122240. OLE color: 9122240.
HSL color Cylindrical-coordinate representation of color #C0318B: hue angle of 322.24º 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 #C0318B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 139 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.25 |
| HSL | 322.24º | 0.59% | 0.47% | - |
| HSV(B) | 322.24º | 0.74% | 0.75% | - |
| XYZ | 27.5 | 15.27 | 25.92 | - |
| YUV | 102.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 139 | 0 | 0.74 | 0.28 | 0.25 | 322.24 | 0.59 | 0.47 |
| Hex | C0 | 31 | 8B | 0 | 4A | 1C | 19 | 142 | 3B | 2F |
| Octal | 300 | 61 | 213 | 0 | 112 | 34 | 31 | 502 | 73 | 57 |
| Binary | 11000000 | 110001 | 10001011 | 0 | 1001010 | 11100 | 11001 | 101000010 | 111011 | 101111 |
Color Harmonies of #C0318B
Complementary color
Monochromatic Colors of #C0318B
Black with #C0318B
Text Example
Text Example
White with #C0318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0318B; }
p { color: rgb(192,49,139); }
H1.HeaderClassName
{
color: #C0318B;
}
.AnyTagClassName
{
color: #C0318B;
}
</style>
background-color css
<style>
a { background-color: #C0318B; }
a { background-color: rgb(192,49,139); }
div.DivClassName
{
background-color: #C0318B;
}
.BgClassName
{
background-color: #C0318B;
}
</style>
border-color css
<style>
span { border-color: #C0318B; }
span { border-color: rgb(192,49,139); }
td.TdClassName
{
border-color: #C0318B;
}
.TagClassName
{
border-color: #C0318B;
}
</style>