Shades of Medium Red Violet #C33B7C
Tints of Medium Red Violet #C33B7C
RGB
CMYK
RGB Variations
Color information
#C33B7C (or 0xC33B7C) is known color: Medium Red Violet. HEX triplet: C3, 3B and 7C. RGB value is (195,59,124). Sum of RGB (Red+Green+Blue) = 195+59+124=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B7C is #3CC483. Grayscale: #6A6A6A. Windows color (decimal): -3982468 or 8141763. OLE color: 8141763.
HSL color Cylindrical-coordinate representation of color #C33B7C: hue angle of 331.32º 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 #C33B7C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 124 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.24 |
| HSL | 331.32º | 0.54% | 0.5% | - |
| HSV(B) | 331.32º | 0.7% | 0.76% | - |
| XYZ | 27.71 | 16.19 | 20.73 | - |
| YUV | 107.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 124 | 0 | 0.70 | 0.36 | 0.24 | 331.32 | 0.54 | 0.5 |
| Hex | C3 | 3B | 7C | 0 | 46 | 24 | 18 | 14B | 36 | 32 |
| Octal | 303 | 73 | 174 | 0 | 106 | 44 | 30 | 513 | 66 | 62 |
| Binary | 11000011 | 111011 | 1111100 | 0 | 1000110 | 100100 | 11000 | 101001011 | 110110 | 110010 |
Color Harmonies of #C33B7C
Complementary color
Monochromatic Colors of #C33B7C
Black with #C33B7C
Text Example
Text Example
White with #C33B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B7C; }
p { color: rgb(195,59,124); }
H1.HeaderClassName
{
color: #C33B7C;
}
.AnyTagClassName
{
color: #C33B7C;
}
</style>
background-color css
<style>
a { background-color: #C33B7C; }
a { background-color: rgb(195,59,124); }
div.DivClassName
{
background-color: #C33B7C;
}
.BgClassName
{
background-color: #C33B7C;
}
</style>
border-color css
<style>
span { border-color: #C33B7C; }
span { border-color: rgb(195,59,124); }
td.TdClassName
{
border-color: #C33B7C;
}
.TagClassName
{
border-color: #C33B7C;
}
</style>