Shades of Medium Red Violet #C3369D
Tints of Medium Red Violet #C3369D
RGB
CMYK
RGB Variations
Color information
#C3369D (or 0xC3369D) is known color: Medium Red Violet. HEX triplet: C3, 36 and 9D. RGB value is (195,54,157). Sum of RGB (Red+Green+Blue) = 195+54+157=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3369D is #3CC962. Grayscale: #6B6B6B. Windows color (decimal): -3983715 or 10303171. OLE color: 10303171.
HSL color Cylindrical-coordinate representation of color #C3369D: hue angle of 316.17º 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 #C3369D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 157 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.24 |
| HSL | 316.17º | 0.57% | 0.49% | - |
| HSV(B) | 316.17º | 0.72% | 0.76% | - |
| XYZ | 29.91 | 16.67 | 33.54 | - |
| YUV | 107.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 157 | 0 | 0.72 | 0.19 | 0.24 | 316.17 | 0.57 | 0.49 |
| Hex | C3 | 36 | 9D | 0 | 48 | 13 | 18 | 13C | 39 | 31 |
| Octal | 303 | 66 | 235 | 0 | 110 | 23 | 30 | 474 | 71 | 61 |
| Binary | 11000011 | 110110 | 10011101 | 0 | 1001000 | 10011 | 11000 | 100111100 | 111001 | 110001 |
Color Harmonies of #C3369D
Complementary color
Monochromatic Colors of #C3369D
Black with #C3369D
Text Example
Text Example
White with #C3369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3369D; }
p { color: rgb(195,54,157); }
H1.HeaderClassName
{
color: #C3369D;
}
.AnyTagClassName
{
color: #C3369D;
}
</style>
background-color css
<style>
a { background-color: #C3369D; }
a { background-color: rgb(195,54,157); }
div.DivClassName
{
background-color: #C3369D;
}
.BgClassName
{
background-color: #C3369D;
}
</style>
border-color css
<style>
span { border-color: #C3369D; }
span { border-color: rgb(195,54,157); }
td.TdClassName
{
border-color: #C3369D;
}
.TagClassName
{
border-color: #C3369D;
}
</style>