Shades of Medium Red Violet #C3369F
Tints of Medium Red Violet #C3369F
RGB
CMYK
RGB Variations
Color information
#C3369F (or 0xC3369F) is known color: Medium Red Violet. HEX triplet: C3, 36 and 9F. RGB value is (195,54,159). Sum of RGB (Red+Green+Blue) = 195+54+159=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3369F is #3CC960. Grayscale: #6B6B6B. Windows color (decimal): -3983713 or 10434243. OLE color: 10434243.
HSL color Cylindrical-coordinate representation of color #C3369F: hue angle of 315.32º 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 #C3369F is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 159 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.24 |
| HSL | 315.32º | 0.57% | 0.49% | - |
| HSV(B) | 315.32º | 0.72% | 0.76% | - |
| XYZ | 30.08 | 16.74 | 34.45 | - |
| YUV | 108.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 159 | 0 | 0.72 | 0.18 | 0.24 | 315.32 | 0.57 | 0.49 |
| Hex | C3 | 36 | 9F | 0 | 48 | 12 | 18 | 13B | 39 | 31 |
| Octal | 303 | 66 | 237 | 0 | 110 | 22 | 30 | 473 | 71 | 61 |
| Binary | 11000011 | 110110 | 10011111 | 0 | 1001000 | 10010 | 11000 | 100111011 | 111001 | 110001 |
Color Harmonies of #C3369F
Complementary color
Monochromatic Colors of #C3369F
Black with #C3369F
Text Example
Text Example
White with #C3369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3369F; }
p { color: rgb(195,54,159); }
H1.HeaderClassName
{
color: #C3369F;
}
.AnyTagClassName
{
color: #C3369F;
}
</style>
background-color css
<style>
a { background-color: #C3369F; }
a { background-color: rgb(195,54,159); }
div.DivClassName
{
background-color: #C3369F;
}
.BgClassName
{
background-color: #C3369F;
}
</style>
border-color css
<style>
span { border-color: #C3369F; }
span { border-color: rgb(195,54,159); }
td.TdClassName
{
border-color: #C3369F;
}
.TagClassName
{
border-color: #C3369F;
}
</style>