Shades of Medium Red Violet #C3388D
Tints of Medium Red Violet #C3388D
RGB
CMYK
RGB Variations
Color information
#C3388D (or 0xC3388D) is known color: Medium Red Violet. HEX triplet: C3, 38 and 8D. RGB value is (195,56,141). Sum of RGB (Red+Green+Blue) = 195+56+141=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3388D is #3CC772. Grayscale: #6B6B6B. Windows color (decimal): -3983219 or 9255107. OLE color: 9255107.
HSL color Cylindrical-coordinate representation of color #C3388D: hue angle of 323.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3388D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 141 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.24 |
| HSL | 323.31º | 0.55% | 0.49% | - |
| HSV(B) | 323.31º | 0.71% | 0.76% | - |
| XYZ | 28.73 | 16.35 | 26.84 | - |
| YUV | 107.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 141 | 0 | 0.71 | 0.28 | 0.24 | 323.31 | 0.55 | 0.49 |
| Hex | C3 | 38 | 8D | 0 | 47 | 1C | 18 | 143 | 37 | 31 |
| Octal | 303 | 70 | 215 | 0 | 107 | 34 | 30 | 503 | 67 | 61 |
| Binary | 11000011 | 111000 | 10001101 | 0 | 1000111 | 11100 | 11000 | 101000011 | 110111 | 110001 |
Color Harmonies of #C3388D
Complementary color
Monochromatic Colors of #C3388D
Black with #C3388D
Text Example
Text Example
White with #C3388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3388D; }
p { color: rgb(195,56,141); }
H1.HeaderClassName
{
color: #C3388D;
}
.AnyTagClassName
{
color: #C3388D;
}
</style>
background-color css
<style>
a { background-color: #C3388D; }
a { background-color: rgb(195,56,141); }
div.DivClassName
{
background-color: #C3388D;
}
.BgClassName
{
background-color: #C3388D;
}
</style>
border-color css
<style>
span { border-color: #C3388D; }
span { border-color: rgb(195,56,141); }
td.TdClassName
{
border-color: #C3388D;
}
.TagClassName
{
border-color: #C3388D;
}
</style>