Shades of Medium Red Violet #C3359B
Tints of Medium Red Violet #C3359B
RGB
CMYK
RGB Variations
Color information
#C3359B (or 0xC3359B) is known color: Medium Red Violet. HEX triplet: C3, 35 and 9B. RGB value is (195,53,155). Sum of RGB (Red+Green+Blue) = 195+53+155=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3359B is #3CCA64. Grayscale: #6A6A6A. Windows color (decimal): -3983973 or 10171843. OLE color: 10171843.
HSL color Cylindrical-coordinate representation of color #C3359B: hue angle of 316.9º 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 #C3359B is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 155 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.24 |
| HSL | 316.9º | 0.57% | 0.49% | - |
| HSV(B) | 316.9º | 0.73% | 0.76% | - |
| XYZ | 29.7 | 16.51 | 32.63 | - |
| YUV | 107.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 155 | 0 | 0.73 | 0.21 | 0.24 | 316.9 | 0.57 | 0.49 |
| Hex | C3 | 35 | 9B | 0 | 49 | 15 | 18 | 13D | 39 | 31 |
| Octal | 303 | 65 | 233 | 0 | 111 | 25 | 30 | 475 | 71 | 61 |
| Binary | 11000011 | 110101 | 10011011 | 0 | 1001001 | 10101 | 11000 | 100111101 | 111001 | 110001 |
Color Harmonies of #C3359B
Complementary color
Monochromatic Colors of #C3359B
Black with #C3359B
Text Example
Text Example
White with #C3359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3359B; }
p { color: rgb(195,53,155); }
H1.HeaderClassName
{
color: #C3359B;
}
.AnyTagClassName
{
color: #C3359B;
}
</style>
background-color css
<style>
a { background-color: #C3359B; }
a { background-color: rgb(195,53,155); }
div.DivClassName
{
background-color: #C3359B;
}
.BgClassName
{
background-color: #C3359B;
}
</style>
border-color css
<style>
span { border-color: #C3359B; }
span { border-color: rgb(195,53,155); }
td.TdClassName
{
border-color: #C3359B;
}
.TagClassName
{
border-color: #C3359B;
}
</style>