Shades of Medium Red Violet #C3318B
Tints of Medium Red Violet #C3318B
RGB
CMYK
RGB Variations
Color information
#C3318B (or 0xC3318B) is known color: Medium Red Violet. HEX triplet: C3, 31 and 8B. RGB value is (195,49,139). Sum of RGB (Red+Green+Blue) = 195+49+139=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3318B is #3CCE74. Grayscale: #666666. Windows color (decimal): -3985013 or 9122243. OLE color: 9122243.
HSL color Cylindrical-coordinate representation of color #C3318B: hue angle of 323.01º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3318B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 139 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.24 |
| HSL | 323.01º | 0.6% | 0.48% | - |
| HSV(B) | 323.01º | 0.75% | 0.76% | - |
| XYZ | 28.26 | 15.66 | 25.96 | - |
| YUV | 102.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 139 | 0 | 0.75 | 0.29 | 0.24 | 323.01 | 0.6 | 0.48 |
| Hex | C3 | 31 | 8B | 0 | 4B | 1D | 18 | 143 | 3C | 30 |
| Octal | 303 | 61 | 213 | 0 | 113 | 35 | 30 | 503 | 74 | 60 |
| Binary | 11000011 | 110001 | 10001011 | 0 | 1001011 | 11101 | 11000 | 101000011 | 111100 | 110000 |
Color Harmonies of #C3318B
Complementary color
Monochromatic Colors of #C3318B
Black with #C3318B
Text Example
Text Example
White with #C3318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3318B; }
p { color: rgb(195,49,139); }
H1.HeaderClassName
{
color: #C3318B;
}
.AnyTagClassName
{
color: #C3318B;
}
</style>
background-color css
<style>
a { background-color: #C3318B; }
a { background-color: rgb(195,49,139); }
div.DivClassName
{
background-color: #C3318B;
}
.BgClassName
{
background-color: #C3318B;
}
</style>
border-color css
<style>
span { border-color: #C3318B; }
span { border-color: rgb(195,49,139); }
td.TdClassName
{
border-color: #C3318B;
}
.TagClassName
{
border-color: #C3318B;
}
</style>