Shades of Medium Violet Red #C3138B
Tints of Medium Violet Red #C3138B
RGB
CMYK
RGB Variations
Color information
#C3138B (or 0xC3138B) is known color: Medium Violet Red. HEX triplet: C3, 13 and 8B. RGB value is (195,19,139). Sum of RGB (Red+Green+Blue) = 195+19+139=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3138B is #3CEC74. Grayscale: #555555. Windows color (decimal): -3992693 or 9114563. OLE color: 9114563.
HSL color Cylindrical-coordinate representation of color #C3138B: hue angle of 319.09º 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 #C3138B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.09º | 0.82% | 0.42% | - |
| HSV(B) | 319.09º | 0.9% | 0.76% | - |
| XYZ | 27.4 | 13.93 | 25.67 | - |
| YUV | 85.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 139 | 0 | 0.90 | 0.29 | 0.24 | 319.09 | 0.82 | 0.42 |
| Hex | C3 | 13 | 8B | 0 | 5A | 1D | 18 | 13F | 52 | 2A |
| Octal | 303 | 23 | 213 | 0 | 132 | 35 | 30 | 477 | 122 | 52 |
| Binary | 11000011 | 10011 | 10001011 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C3138B
Complementary color
Monochromatic Colors of #C3138B
Black with #C3138B
Text Example
Text Example
White with #C3138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3138B; }
p { color: rgb(195,19,139); }
H1.HeaderClassName
{
color: #C3138B;
}
.AnyTagClassName
{
color: #C3138B;
}
</style>
background-color css
<style>
a { background-color: #C3138B; }
a { background-color: rgb(195,19,139); }
div.DivClassName
{
background-color: #C3138B;
}
.BgClassName
{
background-color: #C3138B;
}
</style>
border-color css
<style>
span { border-color: #C3138B; }
span { border-color: rgb(195,19,139); }
td.TdClassName
{
border-color: #C3138B;
}
.TagClassName
{
border-color: #C3138B;
}
</style>