Shades of Medium Red Violet #C33090
Tints of Medium Red Violet #C33090
RGB
CMYK
RGB Variations
Color information
#C33090 (or 0xC33090) is known color: Medium Red Violet. HEX triplet: C3, 30 and 90. RGB value is (195,48,144). Sum of RGB (Red+Green+Blue) = 195+48+144=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C33090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33090 is #3CCF6F. Grayscale: #666666. Windows color (decimal): -3985264 or 9449667. OLE color: 9449667.
HSL color Cylindrical-coordinate representation of color #C33090: hue angle of 320.82º 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 #C33090 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 144 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.24 |
| HSL | 320.82º | 0.6% | 0.48% | - |
| HSV(B) | 320.82º | 0.75% | 0.76% | - |
| XYZ | 28.6 | 15.73 | 27.91 | - |
| YUV | 102.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 144 | 0 | 0.75 | 0.26 | 0.24 | 320.82 | 0.6 | 0.48 |
| Hex | C3 | 30 | 90 | 0 | 4B | 1A | 18 | 141 | 3C | 30 |
| Octal | 303 | 60 | 220 | 0 | 113 | 32 | 30 | 501 | 74 | 60 |
| Binary | 11000011 | 110000 | 10010000 | 0 | 1001011 | 11010 | 11000 | 101000001 | 111100 | 110000 |
Color Harmonies of #C33090
Complementary color
Monochromatic Colors of #C33090
Black with #C33090
Text Example
Text Example
White with #C33090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33090; }
p { color: rgb(195,48,144); }
H1.HeaderClassName
{
color: #C33090;
}
.AnyTagClassName
{
color: #C33090;
}
</style>
background-color css
<style>
a { background-color: #C33090; }
a { background-color: rgb(195,48,144); }
div.DivClassName
{
background-color: #C33090;
}
.BgClassName
{
background-color: #C33090;
}
</style>
border-color css
<style>
span { border-color: #C33090; }
span { border-color: rgb(195,48,144); }
td.TdClassName
{
border-color: #C33090;
}
.TagClassName
{
border-color: #C33090;
}
</style>