Shades of Medium Red Violet #C33A7D
Tints of Medium Red Violet #C33A7D
RGB
CMYK
RGB Variations
Color information
#C33A7D (or 0xC33A7D) is known color: Medium Red Violet. HEX triplet: C3, 3A and 7D. RGB value is (195,58,125). Sum of RGB (Red+Green+Blue) = 195+58+125=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A7D is #3CC582. Grayscale: #6A6A6A. Windows color (decimal): -3982723 or 8207043. OLE color: 8207043.
HSL color Cylindrical-coordinate representation of color #C33A7D: hue angle of 330.66º 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 #C33A7D is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 125 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.24 |
| HSL | 330.66º | 0.54% | 0.5% | - |
| HSV(B) | 330.66º | 0.7% | 0.76% | - |
| XYZ | 27.72 | 16.11 | 21.05 | - |
| YUV | 106.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 125 | 0 | 0.70 | 0.36 | 0.24 | 330.66 | 0.54 | 0.5 |
| Hex | C3 | 3A | 7D | 0 | 46 | 24 | 18 | 14B | 36 | 32 |
| Octal | 303 | 72 | 175 | 0 | 106 | 44 | 30 | 513 | 66 | 62 |
| Binary | 11000011 | 111010 | 1111101 | 0 | 1000110 | 100100 | 11000 | 101001011 | 110110 | 110010 |
Color Harmonies of #C33A7D
Complementary color
Monochromatic Colors of #C33A7D
Black with #C33A7D
Text Example
Text Example
White with #C33A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A7D; }
p { color: rgb(195,58,125); }
H1.HeaderClassName
{
color: #C33A7D;
}
.AnyTagClassName
{
color: #C33A7D;
}
</style>
background-color css
<style>
a { background-color: #C33A7D; }
a { background-color: rgb(195,58,125); }
div.DivClassName
{
background-color: #C33A7D;
}
.BgClassName
{
background-color: #C33A7D;
}
</style>
border-color css
<style>
span { border-color: #C33A7D; }
span { border-color: rgb(195,58,125); }
td.TdClassName
{
border-color: #C33A7D;
}
.TagClassName
{
border-color: #C33A7D;
}
</style>