Shades of Medium Red Violet #C33085
Tints of Medium Red Violet #C33085
RGB
CMYK
RGB Variations
Color information
#C33085 (or 0xC33085) is known color: Medium Red Violet. HEX triplet: C3, 30 and 85. RGB value is (195,48,133). Sum of RGB (Red+Green+Blue) = 195+48+133=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C33085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33085 is #3CCF7A. Grayscale: #656565. Windows color (decimal): -3985275 or 8728771. OLE color: 8728771.
HSL color Cylindrical-coordinate representation of color #C33085: hue angle of 325.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33085 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 133 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.24 |
| HSL | 325.31º | 0.6% | 0.48% | - |
| HSV(B) | 325.31º | 0.75% | 0.76% | - |
| XYZ | 27.8 | 15.41 | 23.7 | - |
| YUV | 101.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 133 | 0 | 0.75 | 0.32 | 0.24 | 325.31 | 0.6 | 0.48 |
| Hex | C3 | 30 | 85 | 0 | 4B | 20 | 18 | 145 | 3C | 30 |
| Octal | 303 | 60 | 205 | 0 | 113 | 40 | 30 | 505 | 74 | 60 |
| Binary | 11000011 | 110000 | 10000101 | 0 | 1001011 | 100000 | 11000 | 101000101 | 111100 | 110000 |
Color Harmonies of #C33085
Complementary color
Monochromatic Colors of #C33085
Black with #C33085
Text Example
Text Example
White with #C33085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33085; }
p { color: rgb(195,48,133); }
H1.HeaderClassName
{
color: #C33085;
}
.AnyTagClassName
{
color: #C33085;
}
</style>
background-color css
<style>
a { background-color: #C33085; }
a { background-color: rgb(195,48,133); }
div.DivClassName
{
background-color: #C33085;
}
.BgClassName
{
background-color: #C33085;
}
</style>
border-color css
<style>
span { border-color: #C33085; }
span { border-color: rgb(195,48,133); }
td.TdClassName
{
border-color: #C33085;
}
.TagClassName
{
border-color: #C33085;
}
</style>