Shades of Medium Red Violet #C33686
Tints of Medium Red Violet #C33686
RGB
CMYK
RGB Variations
Color information
#C33686 (or 0xC33686) is known color: Medium Red Violet. HEX triplet: C3, 36 and 86. RGB value is (195,54,134). Sum of RGB (Red+Green+Blue) = 195+54+134=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C33686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33686 is #3CC979. Grayscale: #696969. Windows color (decimal): -3983738 or 8795843. OLE color: 8795843.
HSL color Cylindrical-coordinate representation of color #C33686: hue angle of 325.96º 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 #C33686 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 134 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.24 |
| HSL | 325.96º | 0.57% | 0.49% | - |
| HSV(B) | 325.96º | 0.72% | 0.76% | - |
| XYZ | 28.13 | 15.96 | 24.15 | - |
| YUV | 105.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 134 | 0 | 0.72 | 0.31 | 0.24 | 325.96 | 0.57 | 0.49 |
| Hex | C3 | 36 | 86 | 0 | 48 | 1F | 18 | 146 | 39 | 31 |
| Octal | 303 | 66 | 206 | 0 | 110 | 37 | 30 | 506 | 71 | 61 |
| Binary | 11000011 | 110110 | 10000110 | 0 | 1001000 | 11111 | 11000 | 101000110 | 111001 | 110001 |
Color Harmonies of #C33686
Complementary color
Monochromatic Colors of #C33686
Black with #C33686
Text Example
Text Example
White with #C33686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33686; }
p { color: rgb(195,54,134); }
H1.HeaderClassName
{
color: #C33686;
}
.AnyTagClassName
{
color: #C33686;
}
</style>
background-color css
<style>
a { background-color: #C33686; }
a { background-color: rgb(195,54,134); }
div.DivClassName
{
background-color: #C33686;
}
.BgClassName
{
background-color: #C33686;
}
</style>
border-color css
<style>
span { border-color: #C33686; }
span { border-color: rgb(195,54,134); }
td.TdClassName
{
border-color: #C33686;
}
.TagClassName
{
border-color: #C33686;
}
</style>