Shades of Medium Red Violet #C33875
Tints of Medium Red Violet #C33875
RGB
CMYK
RGB Variations
Color information
#C33875 (or 0xC33875) is known color: Medium Red Violet. HEX triplet: C3, 38 and 75. RGB value is (195,56,117). Sum of RGB (Red+Green+Blue) = 195+56+117=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C33875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33875 is #3CC78A. Grayscale: #686868. Windows color (decimal): -3983243 or 7682243. OLE color: 7682243.
HSL color Cylindrical-coordinate representation of color #C33875: hue angle of 333.67º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33875 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 117 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.24 |
| HSL | 333.67º | 0.55% | 0.49% | - |
| HSV(B) | 333.67º | 0.71% | 0.76% | - |
| XYZ | 27.13 | 15.71 | 18.43 | - |
| YUV | 104.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 117 | 0 | 0.71 | 0.4 | 0.24 | 333.67 | 0.55 | 0.49 |
| Hex | C3 | 38 | 75 | 0 | 47 | 28 | 18 | 14E | 37 | 31 |
| Octal | 303 | 70 | 165 | 0 | 107 | 50 | 30 | 516 | 67 | 61 |
| Binary | 11000011 | 111000 | 1110101 | 0 | 1000111 | 101000 | 11000 | 101001110 | 110111 | 110001 |
Color Harmonies of #C33875
Complementary color
Monochromatic Colors of #C33875
Black with #C33875
Text Example
Text Example
White with #C33875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33875; }
p { color: rgb(195,56,117); }
H1.HeaderClassName
{
color: #C33875;
}
.AnyTagClassName
{
color: #C33875;
}
</style>
background-color css
<style>
a { background-color: #C33875; }
a { background-color: rgb(195,56,117); }
div.DivClassName
{
background-color: #C33875;
}
.BgClassName
{
background-color: #C33875;
}
</style>
border-color css
<style>
span { border-color: #C33875; }
span { border-color: rgb(195,56,117); }
td.TdClassName
{
border-color: #C33875;
}
.TagClassName
{
border-color: #C33875;
}
</style>