Shades of Medium Violet Red #C3138D
Tints of Medium Violet Red #C3138D
RGB
CMYK
RGB Variations
Color information
#C3138D (or 0xC3138D) is known color: Medium Violet Red. HEX triplet: C3, 13 and 8D. RGB value is (195,19,141). Sum of RGB (Red+Green+Blue) = 195+19+141=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3138D is #3CEC72. Grayscale: #555555. Windows color (decimal): -3992691 or 9245635. OLE color: 9245635.
HSL color Cylindrical-coordinate representation of color #C3138D: hue angle of 318.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3138D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.24 |
| HSL | 318.41º | 0.82% | 0.42% | - |
| HSV(B) | 318.41º | 0.9% | 0.76% | - |
| XYZ | 27.55 | 13.99 | 26.45 | - |
| YUV | 85.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 141 | 0 | 0.90 | 0.28 | 0.24 | 318.41 | 0.82 | 0.42 |
| Hex | C3 | 13 | 8D | 0 | 5A | 1C | 18 | 13E | 52 | 2A |
| Octal | 303 | 23 | 215 | 0 | 132 | 34 | 30 | 476 | 122 | 52 |
| Binary | 11000011 | 10011 | 10001101 | 0 | 1011010 | 11100 | 11000 | 100111110 | 1010010 | 101010 |
Color Harmonies of #C3138D
Complementary color
Monochromatic Colors of #C3138D
Black with #C3138D
Text Example
Text Example
White with #C3138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3138D; }
p { color: rgb(195,19,141); }
H1.HeaderClassName
{
color: #C3138D;
}
.AnyTagClassName
{
color: #C3138D;
}
</style>
background-color css
<style>
a { background-color: #C3138D; }
a { background-color: rgb(195,19,141); }
div.DivClassName
{
background-color: #C3138D;
}
.BgClassName
{
background-color: #C3138D;
}
</style>
border-color css
<style>
span { border-color: #C3138D; }
span { border-color: rgb(195,19,141); }
td.TdClassName
{
border-color: #C3138D;
}
.TagClassName
{
border-color: #C3138D;
}
</style>