Shades of Medium Red Violet #C33385
Tints of Medium Red Violet #C33385
RGB
CMYK
RGB Variations
Color information
#C33385 (or 0xC33385) is known color: Medium Red Violet. HEX triplet: C3, 33 and 85. RGB value is (195,51,133). Sum of RGB (Red+Green+Blue) = 195+51+133=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C33385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33385 is #3CCC7A. Grayscale: #676767. Windows color (decimal): -3984507 or 8729539. OLE color: 8729539.
HSL color Cylindrical-coordinate representation of color #C33385: hue angle of 325.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33385 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 133 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.24 |
| HSL | 325.83º | 0.59% | 0.48% | - |
| HSV(B) | 325.83º | 0.74% | 0.76% | - |
| XYZ | 27.92 | 15.66 | 23.74 | - |
| YUV | 103.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 133 | 0 | 0.74 | 0.32 | 0.24 | 325.83 | 0.59 | 0.48 |
| Hex | C3 | 33 | 85 | 0 | 4A | 20 | 18 | 146 | 3B | 30 |
| Octal | 303 | 63 | 205 | 0 | 112 | 40 | 30 | 506 | 73 | 60 |
| Binary | 11000011 | 110011 | 10000101 | 0 | 1001010 | 100000 | 11000 | 101000110 | 111011 | 110000 |
Color Harmonies of #C33385
Complementary color
Monochromatic Colors of #C33385
Black with #C33385
Text Example
Text Example
White with #C33385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33385; }
p { color: rgb(195,51,133); }
H1.HeaderClassName
{
color: #C33385;
}
.AnyTagClassName
{
color: #C33385;
}
</style>
background-color css
<style>
a { background-color: #C33385; }
a { background-color: rgb(195,51,133); }
div.DivClassName
{
background-color: #C33385;
}
.BgClassName
{
background-color: #C33385;
}
</style>
border-color css
<style>
span { border-color: #C33385; }
span { border-color: rgb(195,51,133); }
td.TdClassName
{
border-color: #C33385;
}
.TagClassName
{
border-color: #C33385;
}
</style>