Shades of Medium Red Violet #C3378B
Tints of Medium Red Violet #C3378B
RGB
CMYK
RGB Variations
Color information
#C3378B (or 0xC3378B) is known color: Medium Red Violet. HEX triplet: C3, 37 and 8B. RGB value is (195,55,139). Sum of RGB (Red+Green+Blue) = 195+55+139=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3378B is #3CC874. Grayscale: #6A6A6A. Windows color (decimal): -3983477 or 9123779. OLE color: 9123779.
HSL color Cylindrical-coordinate representation of color #C3378B: hue angle of 324º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3378B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 139 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.24 |
| HSL | 324º | 0.56% | 0.49% | - |
| HSV(B) | 324º | 0.72% | 0.76% | - |
| XYZ | 28.53 | 16.2 | 26.05 | - |
| YUV | 106.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 139 | 0 | 0.72 | 0.29 | 0.24 | 324 | 0.56 | 0.49 |
| Hex | C3 | 37 | 8B | 0 | 48 | 1D | 18 | 144 | 38 | 31 |
| Octal | 303 | 67 | 213 | 0 | 110 | 35 | 30 | 504 | 70 | 61 |
| Binary | 11000011 | 110111 | 10001011 | 0 | 1001000 | 11101 | 11000 | 101000100 | 111000 | 110001 |
Color Harmonies of #C3378B
Complementary color
Monochromatic Colors of #C3378B
Black with #C3378B
Text Example
Text Example
White with #C3378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3378B; }
p { color: rgb(195,55,139); }
H1.HeaderClassName
{
color: #C3378B;
}
.AnyTagClassName
{
color: #C3378B;
}
</style>
background-color css
<style>
a { background-color: #C3378B; }
a { background-color: rgb(195,55,139); }
div.DivClassName
{
background-color: #C3378B;
}
.BgClassName
{
background-color: #C3378B;
}
</style>
border-color css
<style>
span { border-color: #C3378B; }
span { border-color: rgb(195,55,139); }
td.TdClassName
{
border-color: #C3378B;
}
.TagClassName
{
border-color: #C3378B;
}
</style>