Shades of Medium Red Violet #C3368D
Tints of Medium Red Violet #C3368D
RGB
CMYK
RGB Variations
Color information
#C3368D (or 0xC3368D) is known color: Medium Red Violet. HEX triplet: C3, 36 and 8D. RGB value is (195,54,141). Sum of RGB (Red+Green+Blue) = 195+54+141=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3368D is #3CC972. Grayscale: #696969. Windows color (decimal): -3983731 or 9254595. OLE color: 9254595.
HSL color Cylindrical-coordinate representation of color #C3368D: hue angle of 322.98º degrees, saturation: 0.57, 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 #C3368D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 141 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.24 |
| HSL | 322.98º | 0.57% | 0.49% | - |
| HSV(B) | 322.98º | 0.72% | 0.76% | - |
| XYZ | 28.63 | 16.16 | 26.81 | - |
| YUV | 106.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 141 | 0 | 0.72 | 0.28 | 0.24 | 322.98 | 0.57 | 0.49 |
| Hex | C3 | 36 | 8D | 0 | 48 | 1C | 18 | 143 | 39 | 31 |
| Octal | 303 | 66 | 215 | 0 | 110 | 34 | 30 | 503 | 71 | 61 |
| Binary | 11000011 | 110110 | 10001101 | 0 | 1001000 | 11100 | 11000 | 101000011 | 111001 | 110001 |
Color Harmonies of #C3368D
Complementary color
Monochromatic Colors of #C3368D
Black with #C3368D
Text Example
Text Example
White with #C3368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3368D; }
p { color: rgb(195,54,141); }
H1.HeaderClassName
{
color: #C3368D;
}
.AnyTagClassName
{
color: #C3368D;
}
</style>
background-color css
<style>
a { background-color: #C3368D; }
a { background-color: rgb(195,54,141); }
div.DivClassName
{
background-color: #C3368D;
}
.BgClassName
{
background-color: #C3368D;
}
</style>
border-color css
<style>
span { border-color: #C3368D; }
span { border-color: rgb(195,54,141); }
td.TdClassName
{
border-color: #C3368D;
}
.TagClassName
{
border-color: #C3368D;
}
</style>