Shades of Medium Red Violet #C33A83
Tints of Medium Red Violet #C33A83
RGB
CMYK
RGB Variations
Color information
#C33A83 (or 0xC33A83) is known color: Medium Red Violet. HEX triplet: C3, 3A and 83. RGB value is (195,58,131). Sum of RGB (Red+Green+Blue) = 195+58+131=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A83 is #3CC57C. Grayscale: #6B6B6B. Windows color (decimal): -3982717 or 8600259. OLE color: 8600259.
HSL color Cylindrical-coordinate representation of color #C33A83: hue angle of 328.03º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A83 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 131 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.24 |
| HSL | 328.03º | 0.54% | 0.5% | - |
| HSV(B) | 328.03º | 0.7% | 0.76% | - |
| XYZ | 28.12 | 16.27 | 23.13 | - |
| YUV | 107.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 131 | 0 | 0.70 | 0.33 | 0.24 | 328.03 | 0.54 | 0.5 |
| Hex | C3 | 3A | 83 | 0 | 46 | 21 | 18 | 148 | 36 | 32 |
| Octal | 303 | 72 | 203 | 0 | 106 | 41 | 30 | 510 | 66 | 62 |
| Binary | 11000011 | 111010 | 10000011 | 0 | 1000110 | 100001 | 11000 | 101001000 | 110110 | 110010 |
Color Harmonies of #C33A83
Complementary color
Monochromatic Colors of #C33A83
Black with #C33A83
Text Example
Text Example
White with #C33A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A83; }
p { color: rgb(195,58,131); }
H1.HeaderClassName
{
color: #C33A83;
}
.AnyTagClassName
{
color: #C33A83;
}
</style>
background-color css
<style>
a { background-color: #C33A83; }
a { background-color: rgb(195,58,131); }
div.DivClassName
{
background-color: #C33A83;
}
.BgClassName
{
background-color: #C33A83;
}
</style>
border-color css
<style>
span { border-color: #C33A83; }
span { border-color: rgb(195,58,131); }
td.TdClassName
{
border-color: #C33A83;
}
.TagClassName
{
border-color: #C33A83;
}
</style>