Shades of Medium Red Violet #C3338C
Tints of Medium Red Violet #C3338C
RGB
CMYK
RGB Variations
Color information
#C3338C (or 0xC3338C) is known color: Medium Red Violet. HEX triplet: C3, 33 and 8C. RGB value is (195,51,140). Sum of RGB (Red+Green+Blue) = 195+51+140=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3338C is #3CCC73. Grayscale: #676767. Windows color (decimal): -3984500 or 9188291. OLE color: 9188291.
HSL color Cylindrical-coordinate representation of color #C3338C: hue angle of 322.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3338C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 140 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.24 |
| HSL | 322.92º | 0.59% | 0.48% | - |
| HSV(B) | 322.92º | 0.74% | 0.76% | - |
| XYZ | 28.42 | 15.86 | 26.37 | - |
| YUV | 104.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 140 | 0 | 0.74 | 0.28 | 0.24 | 322.92 | 0.59 | 0.48 |
| Hex | C3 | 33 | 8C | 0 | 4A | 1C | 18 | 143 | 3B | 30 |
| Octal | 303 | 63 | 214 | 0 | 112 | 34 | 30 | 503 | 73 | 60 |
| Binary | 11000011 | 110011 | 10001100 | 0 | 1001010 | 11100 | 11000 | 101000011 | 111011 | 110000 |
Color Harmonies of #C3338C
Complementary color
Monochromatic Colors of #C3338C
Black with #C3338C
Text Example
Text Example
White with #C3338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3338C; }
p { color: rgb(195,51,140); }
H1.HeaderClassName
{
color: #C3338C;
}
.AnyTagClassName
{
color: #C3338C;
}
</style>
background-color css
<style>
a { background-color: #C3338C; }
a { background-color: rgb(195,51,140); }
div.DivClassName
{
background-color: #C3338C;
}
.BgClassName
{
background-color: #C3338C;
}
</style>
border-color css
<style>
span { border-color: #C3338C; }
span { border-color: rgb(195,51,140); }
td.TdClassName
{
border-color: #C3338C;
}
.TagClassName
{
border-color: #C3338C;
}
</style>