Shades of Medium Red Violet #C3358E
Tints of Medium Red Violet #C3358E
RGB
CMYK
RGB Variations
Color information
#C3358E (or 0xC3358E) is known color: Medium Red Violet. HEX triplet: C3, 35 and 8E. RGB value is (195,53,142). Sum of RGB (Red+Green+Blue) = 195+53+142=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3358E is #3CCA71. Grayscale: #696969. Windows color (decimal): -3983986 or 9319875. OLE color: 9319875.
HSL color Cylindrical-coordinate representation of color #C3358E: hue angle of 322.39º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3358E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 142 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.24 |
| HSL | 322.39º | 0.57% | 0.49% | - |
| HSV(B) | 322.39º | 0.73% | 0.76% | - |
| XYZ | 28.66 | 16.1 | 27.19 | - |
| YUV | 105.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 142 | 0 | 0.73 | 0.27 | 0.24 | 322.39 | 0.57 | 0.49 |
| Hex | C3 | 35 | 8E | 0 | 49 | 1B | 18 | 142 | 39 | 31 |
| Octal | 303 | 65 | 216 | 0 | 111 | 33 | 30 | 502 | 71 | 61 |
| Binary | 11000011 | 110101 | 10001110 | 0 | 1001001 | 11011 | 11000 | 101000010 | 111001 | 110001 |
Color Harmonies of #C3358E
Complementary color
Monochromatic Colors of #C3358E
Black with #C3358E
Text Example
Text Example
White with #C3358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3358E; }
p { color: rgb(195,53,142); }
H1.HeaderClassName
{
color: #C3358E;
}
.AnyTagClassName
{
color: #C3358E;
}
</style>
background-color css
<style>
a { background-color: #C3358E; }
a { background-color: rgb(195,53,142); }
div.DivClassName
{
background-color: #C3358E;
}
.BgClassName
{
background-color: #C3358E;
}
</style>
border-color css
<style>
span { border-color: #C3358E; }
span { border-color: rgb(195,53,142); }
td.TdClassName
{
border-color: #C3358E;
}
.TagClassName
{
border-color: #C3358E;
}
</style>