Shades of Medium Red Violet #C33575
Tints of Medium Red Violet #C33575
RGB
CMYK
RGB Variations
Color information
#C33575 (or 0xC33575) is known color: Medium Red Violet. HEX triplet: C3, 35 and 75. RGB value is (195,53,117). Sum of RGB (Red+Green+Blue) = 195+53+117=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33575 is #3CCA8A. Grayscale: #666666. Windows color (decimal): -3984011 or 7681475. OLE color: 7681475.
HSL color Cylindrical-coordinate representation of color #C33575: hue angle of 332.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33575 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 117 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.24 |
| HSL | 332.96º | 0.57% | 0.49% | - |
| HSV(B) | 332.96º | 0.73% | 0.76% | - |
| XYZ | 26.99 | 15.43 | 18.39 | - |
| YUV | 102.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 117 | 0 | 0.73 | 0.4 | 0.24 | 332.96 | 0.57 | 0.49 |
| Hex | C3 | 35 | 75 | 0 | 49 | 28 | 18 | 14D | 39 | 31 |
| Octal | 303 | 65 | 165 | 0 | 111 | 50 | 30 | 515 | 71 | 61 |
| Binary | 11000011 | 110101 | 1110101 | 0 | 1001001 | 101000 | 11000 | 101001101 | 111001 | 110001 |
Color Harmonies of #C33575
Complementary color
Monochromatic Colors of #C33575
Black with #C33575
Text Example
Text Example
White with #C33575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33575; }
p { color: rgb(195,53,117); }
H1.HeaderClassName
{
color: #C33575;
}
.AnyTagClassName
{
color: #C33575;
}
</style>
background-color css
<style>
a { background-color: #C33575; }
a { background-color: rgb(195,53,117); }
div.DivClassName
{
background-color: #C33575;
}
.BgClassName
{
background-color: #C33575;
}
</style>
border-color css
<style>
span { border-color: #C33575; }
span { border-color: rgb(195,53,117); }
td.TdClassName
{
border-color: #C33575;
}
.TagClassName
{
border-color: #C33575;
}
</style>