Shades of Medium Red Violet #C3359A
Tints of Medium Red Violet #C3359A
RGB
CMYK
RGB Variations
Color information
#C3359A (or 0xC3359A) is known color: Medium Red Violet. HEX triplet: C3, 35 and 9A. RGB value is (195,53,154). Sum of RGB (Red+Green+Blue) = 195+53+154=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3359A is #3CCA65. Grayscale: #6A6A6A. Windows color (decimal): -3983974 or 10106307. OLE color: 10106307.
HSL color Cylindrical-coordinate representation of color #C3359A: hue angle of 317.32º 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 #C3359A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 154 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.24 |
| HSL | 317.32º | 0.57% | 0.49% | - |
| HSV(B) | 317.32º | 0.73% | 0.76% | - |
| XYZ | 29.61 | 16.48 | 32.19 | - |
| YUV | 106.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 154 | 0 | 0.73 | 0.21 | 0.24 | 317.32 | 0.57 | 0.49 |
| Hex | C3 | 35 | 9A | 0 | 49 | 15 | 18 | 13D | 39 | 31 |
| Octal | 303 | 65 | 232 | 0 | 111 | 25 | 30 | 475 | 71 | 61 |
| Binary | 11000011 | 110101 | 10011010 | 0 | 1001001 | 10101 | 11000 | 100111101 | 111001 | 110001 |
Color Harmonies of #C3359A
Complementary color
Monochromatic Colors of #C3359A
Black with #C3359A
Text Example
Text Example
White with #C3359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3359A; }
p { color: rgb(195,53,154); }
H1.HeaderClassName
{
color: #C3359A;
}
.AnyTagClassName
{
color: #C3359A;
}
</style>
background-color css
<style>
a { background-color: #C3359A; }
a { background-color: rgb(195,53,154); }
div.DivClassName
{
background-color: #C3359A;
}
.BgClassName
{
background-color: #C3359A;
}
</style>
border-color css
<style>
span { border-color: #C3359A; }
span { border-color: rgb(195,53,154); }
td.TdClassName
{
border-color: #C3359A;
}
.TagClassName
{
border-color: #C3359A;
}
</style>