Shades of Medium Red Violet #C33986
Tints of Medium Red Violet #C33986
RGB
CMYK
RGB Variations
Color information
#C33986 (or 0xC33986) is known color: Medium Red Violet. HEX triplet: C3, 39 and 86. RGB value is (195,57,134). Sum of RGB (Red+Green+Blue) = 195+57+134=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C33986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33986 is #3CC679. Grayscale: #6A6A6A. Windows color (decimal): -3982970 or 8796611. OLE color: 8796611.
HSL color Cylindrical-coordinate representation of color #C33986: hue angle of 326.52º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33986 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 134 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.24 |
| HSL | 326.52º | 0.55% | 0.49% | - |
| HSV(B) | 326.52º | 0.71% | 0.76% | - |
| XYZ | 28.27 | 16.25 | 24.2 | - |
| YUV | 107.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 134 | 0 | 0.71 | 0.31 | 0.24 | 326.52 | 0.55 | 0.49 |
| Hex | C3 | 39 | 86 | 0 | 47 | 1F | 18 | 147 | 37 | 31 |
| Octal | 303 | 71 | 206 | 0 | 107 | 37 | 30 | 507 | 67 | 61 |
| Binary | 11000011 | 111001 | 10000110 | 0 | 1000111 | 11111 | 11000 | 101000111 | 110111 | 110001 |
Color Harmonies of #C33986
Complementary color
Monochromatic Colors of #C33986
Black with #C33986
Text Example
Text Example
White with #C33986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33986; }
p { color: rgb(195,57,134); }
H1.HeaderClassName
{
color: #C33986;
}
.AnyTagClassName
{
color: #C33986;
}
</style>
background-color css
<style>
a { background-color: #C33986; }
a { background-color: rgb(195,57,134); }
div.DivClassName
{
background-color: #C33986;
}
.BgClassName
{
background-color: #C33986;
}
</style>
border-color css
<style>
span { border-color: #C33986; }
span { border-color: rgb(195,57,134); }
td.TdClassName
{
border-color: #C33986;
}
.TagClassName
{
border-color: #C33986;
}
</style>