Shades of Medium Red Violet #C0317E
Tints of Medium Red Violet #C0317E
RGB
CMYK
RGB Variations
Color information
#C0317E (or 0xC0317E) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7E. RGB value is (192,49,126). Sum of RGB (Red+Green+Blue) = 192+49+126=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317E is #3FCE81. Grayscale: #646464. Windows color (decimal): -4181634 or 8270272. OLE color: 8270272.
HSL color Cylindrical-coordinate representation of color #C0317E: hue angle of 327.69º 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 #C0317E is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 126 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.25 |
| HSL | 327.69º | 0.59% | 0.47% | - |
| HSV(B) | 327.69º | 0.74% | 0.75% | - |
| XYZ | 26.6 | 14.91 | 21.21 | - |
| YUV | 100.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 126 | 0 | 0.74 | 0.34 | 0.25 | 327.69 | 0.59 | 0.47 |
| Hex | C0 | 31 | 7E | 0 | 4A | 22 | 19 | 148 | 3B | 2F |
| Octal | 300 | 61 | 176 | 0 | 112 | 42 | 31 | 510 | 73 | 57 |
| Binary | 11000000 | 110001 | 1111110 | 0 | 1001010 | 100010 | 11001 | 101001000 | 111011 | 101111 |
Color Harmonies of #C0317E
Complementary color
Monochromatic Colors of #C0317E
Black with #C0317E
Text Example
Text Example
White with #C0317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0317E; }
p { color: rgb(192,49,126); }
H1.HeaderClassName
{
color: #C0317E;
}
.AnyTagClassName
{
color: #C0317E;
}
</style>
background-color css
<style>
a { background-color: #C0317E; }
a { background-color: rgb(192,49,126); }
div.DivClassName
{
background-color: #C0317E;
}
.BgClassName
{
background-color: #C0317E;
}
</style>
border-color css
<style>
span { border-color: #C0317E; }
span { border-color: rgb(192,49,126); }
td.TdClassName
{
border-color: #C0317E;
}
.TagClassName
{
border-color: #C0317E;
}
</style>