Shades of Medium Red Violet #C33185
Tints of Medium Red Violet #C33185
RGB
CMYK
RGB Variations
Color information
#C33185 (or 0xC33185) is known color: Medium Red Violet. HEX triplet: C3, 31 and 85. RGB value is (195,49,133). Sum of RGB (Red+Green+Blue) = 195+49+133=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33185 is #3CCE7A. Grayscale: #666666. Windows color (decimal): -3985019 or 8729027. OLE color: 8729027.
HSL color Cylindrical-coordinate representation of color #C33185: hue angle of 325.48º 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 #C33185 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 133 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.24 |
| HSL | 325.48º | 0.6% | 0.48% | - |
| HSV(B) | 325.48º | 0.75% | 0.76% | - |
| XYZ | 27.84 | 15.49 | 23.71 | - |
| YUV | 102.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 133 | 0 | 0.75 | 0.32 | 0.24 | 325.48 | 0.6 | 0.48 |
| Hex | C3 | 31 | 85 | 0 | 4B | 20 | 18 | 145 | 3C | 30 |
| Octal | 303 | 61 | 205 | 0 | 113 | 40 | 30 | 505 | 74 | 60 |
| Binary | 11000011 | 110001 | 10000101 | 0 | 1001011 | 100000 | 11000 | 101000101 | 111100 | 110000 |
Color Harmonies of #C33185
Complementary color
Monochromatic Colors of #C33185
Black with #C33185
Text Example
Text Example
White with #C33185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33185; }
p { color: rgb(195,49,133); }
H1.HeaderClassName
{
color: #C33185;
}
.AnyTagClassName
{
color: #C33185;
}
</style>
background-color css
<style>
a { background-color: #C33185; }
a { background-color: rgb(195,49,133); }
div.DivClassName
{
background-color: #C33185;
}
.BgClassName
{
background-color: #C33185;
}
</style>
border-color css
<style>
span { border-color: #C33185; }
span { border-color: rgb(195,49,133); }
td.TdClassName
{
border-color: #C33185;
}
.TagClassName
{
border-color: #C33185;
}
</style>