Shades of Medium Red Violet #C33290
Tints of Medium Red Violet #C33290
RGB
CMYK
RGB Variations
Color information
#C33290 (or 0xC33290) is known color: Medium Red Violet. HEX triplet: C3, 32 and 90. RGB value is (195,50,144). Sum of RGB (Red+Green+Blue) = 195+50+144=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C33290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33290 is #3CCD6F. Grayscale: #676767. Windows color (decimal): -3984752 or 9450179. OLE color: 9450179.
HSL color Cylindrical-coordinate representation of color #C33290: hue angle of 321.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33290 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 144 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.24 |
| HSL | 321.1º | 0.59% | 0.48% | - |
| HSV(B) | 321.1º | 0.74% | 0.76% | - |
| XYZ | 28.68 | 15.9 | 27.94 | - |
| YUV | 104.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 144 | 0 | 0.74 | 0.26 | 0.24 | 321.1 | 0.59 | 0.48 |
| Hex | C3 | 32 | 90 | 0 | 4A | 1A | 18 | 141 | 3B | 30 |
| Octal | 303 | 62 | 220 | 0 | 112 | 32 | 30 | 501 | 73 | 60 |
| Binary | 11000011 | 110010 | 10010000 | 0 | 1001010 | 11010 | 11000 | 101000001 | 111011 | 110000 |
Color Harmonies of #C33290
Complementary color
Monochromatic Colors of #C33290
Black with #C33290
Text Example
Text Example
White with #C33290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33290; }
p { color: rgb(195,50,144); }
H1.HeaderClassName
{
color: #C33290;
}
.AnyTagClassName
{
color: #C33290;
}
</style>
background-color css
<style>
a { background-color: #C33290; }
a { background-color: rgb(195,50,144); }
div.DivClassName
{
background-color: #C33290;
}
.BgClassName
{
background-color: #C33290;
}
</style>
border-color css
<style>
span { border-color: #C33290; }
span { border-color: rgb(195,50,144); }
td.TdClassName
{
border-color: #C33290;
}
.TagClassName
{
border-color: #C33290;
}
</style>