Shades of Medium Red Violet #C33186
Tints of Medium Red Violet #C33186
RGB
CMYK
RGB Variations
Color information
#C33186 (or 0xC33186) is known color: Medium Red Violet. HEX triplet: C3, 31 and 86. RGB value is (195,49,134). Sum of RGB (Red+Green+Blue) = 195+49+134=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33186 is #3CCE79. Grayscale: #666666. Windows color (decimal): -3985018 or 8794563. OLE color: 8794563.
HSL color Cylindrical-coordinate representation of color #C33186: hue angle of 325.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33186 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 134 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.24 |
| HSL | 325.07º | 0.6% | 0.48% | - |
| HSV(B) | 325.07º | 0.75% | 0.76% | - |
| XYZ | 27.91 | 15.52 | 24.08 | - |
| YUV | 102.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 134 | 0 | 0.75 | 0.31 | 0.24 | 325.07 | 0.6 | 0.48 |
| Hex | C3 | 31 | 86 | 0 | 4B | 1F | 18 | 145 | 3C | 30 |
| Octal | 303 | 61 | 206 | 0 | 113 | 37 | 30 | 505 | 74 | 60 |
| Binary | 11000011 | 110001 | 10000110 | 0 | 1001011 | 11111 | 11000 | 101000101 | 111100 | 110000 |
Color Harmonies of #C33186
Complementary color
Monochromatic Colors of #C33186
Black with #C33186
Text Example
Text Example
White with #C33186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33186; }
p { color: rgb(195,49,134); }
H1.HeaderClassName
{
color: #C33186;
}
.AnyTagClassName
{
color: #C33186;
}
</style>
background-color css
<style>
a { background-color: #C33186; }
a { background-color: rgb(195,49,134); }
div.DivClassName
{
background-color: #C33186;
}
.BgClassName
{
background-color: #C33186;
}
</style>
border-color css
<style>
span { border-color: #C33186; }
span { border-color: rgb(195,49,134); }
td.TdClassName
{
border-color: #C33186;
}
.TagClassName
{
border-color: #C33186;
}
</style>