Shades of Medium Red Violet #C0317B
Tints of Medium Red Violet #C0317B
RGB
CMYK
RGB Variations
Color information
#C0317B (or 0xC0317B) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7B. RGB value is (192,49,123). Sum of RGB (Red+Green+Blue) = 192+49+123=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317B is #3FCE84. Grayscale: #646464. Windows color (decimal): -4181637 or 8073664. OLE color: 8073664.
HSL color Cylindrical-coordinate representation of color #C0317B: hue angle of 328.95º 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 #C0317B is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 123 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.25 |
| HSL | 328.95º | 0.59% | 0.47% | - |
| HSV(B) | 328.95º | 0.74% | 0.75% | - |
| XYZ | 26.41 | 14.83 | 20.21 | - |
| YUV | 100.19 | 140.88 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 123 | 0 | 0.74 | 0.36 | 0.25 | 328.95 | 0.59 | 0.47 |
| Hex | C0 | 31 | 7B | 0 | 4A | 24 | 19 | 149 | 3B | 2F |
| Octal | 300 | 61 | 173 | 0 | 112 | 44 | 31 | 511 | 73 | 57 |
| Binary | 11000000 | 110001 | 1111011 | 0 | 1001010 | 100100 | 11001 | 101001001 | 111011 | 101111 |
Color Harmonies of #C0317B
Complementary color
Monochromatic Colors of #C0317B
Black with #C0317B
Text Example
Text Example
White with #C0317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0317B; }
p { color: rgb(192,49,123); }
H1.HeaderClassName
{
color: #C0317B;
}
.AnyTagClassName
{
color: #C0317B;
}
</style>
background-color css
<style>
a { background-color: #C0317B; }
a { background-color: rgb(192,49,123); }
div.DivClassName
{
background-color: #C0317B;
}
.BgClassName
{
background-color: #C0317B;
}
</style>
border-color css
<style>
span { border-color: #C0317B; }
span { border-color: rgb(192,49,123); }
td.TdClassName
{
border-color: #C0317B;
}
.TagClassName
{
border-color: #C0317B;
}
</style>