Shades of Medium Red Violet #C33189
Tints of Medium Red Violet #C33189
RGB
CMYK
RGB Variations
Color information
#C33189 (or 0xC33189) is known color: Medium Red Violet. HEX triplet: C3, 31 and 89. RGB value is (195,49,137). Sum of RGB (Red+Green+Blue) = 195+49+137=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C33189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33189 is #3CCE76. Grayscale: #666666. Windows color (decimal): -3985015 or 8991171. OLE color: 8991171.
HSL color Cylindrical-coordinate representation of color #C33189: hue angle of 323.84º 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 #C33189 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 137 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.24 |
| HSL | 323.84º | 0.6% | 0.48% | - |
| HSV(B) | 323.84º | 0.75% | 0.76% | - |
| XYZ | 28.12 | 15.6 | 25.2 | - |
| YUV | 102.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 137 | 0 | 0.75 | 0.30 | 0.24 | 323.84 | 0.6 | 0.48 |
| Hex | C3 | 31 | 89 | 0 | 4B | 1E | 18 | 144 | 3C | 30 |
| Octal | 303 | 61 | 211 | 0 | 113 | 36 | 30 | 504 | 74 | 60 |
| Binary | 11000011 | 110001 | 10001001 | 0 | 1001011 | 11110 | 11000 | 101000100 | 111100 | 110000 |
Color Harmonies of #C33189
Complementary color
Monochromatic Colors of #C33189
Black with #C33189
Text Example
Text Example
White with #C33189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33189; }
p { color: rgb(195,49,137); }
H1.HeaderClassName
{
color: #C33189;
}
.AnyTagClassName
{
color: #C33189;
}
</style>
background-color css
<style>
a { background-color: #C33189; }
a { background-color: rgb(195,49,137); }
div.DivClassName
{
background-color: #C33189;
}
.BgClassName
{
background-color: #C33189;
}
</style>
border-color css
<style>
span { border-color: #C33189; }
span { border-color: rgb(195,49,137); }
td.TdClassName
{
border-color: #C33189;
}
.TagClassName
{
border-color: #C33189;
}
</style>