Shades of Mulberry #C33C9E
Tints of Mulberry #C33C9E
RGB
CMYK
RGB Variations
Color information
#C33C9E (or 0xC33C9E) is known color: Mulberry. HEX triplet: C3, 3C and 9E. RGB value is (195,60,158). Sum of RGB (Red+Green+Blue) = 195+60+158=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C9E is #3CC361. Grayscale: #6F6F6F. Windows color (decimal): -3982178 or 10370243. OLE color: 10370243.
HSL color Cylindrical-coordinate representation of color #C33C9E: hue angle of 316.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C9E is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 158 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.24 |
| HSL | 316.44º | 0.53% | 0.5% | - |
| HSV(B) | 316.44º | 0.69% | 0.76% | - |
| XYZ | 30.29 | 17.3 | 34.09 | - |
| YUV | 111.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 158 | 0 | 0.69 | 0.19 | 0.24 | 316.44 | 0.53 | 0.5 |
| Hex | C3 | 3C | 9E | 0 | 45 | 13 | 18 | 13C | 35 | 32 |
| Octal | 303 | 74 | 236 | 0 | 105 | 23 | 30 | 474 | 65 | 62 |
| Binary | 11000011 | 111100 | 10011110 | 0 | 1000101 | 10011 | 11000 | 100111100 | 110101 | 110010 |
Color Harmonies of #C33C9E
Complementary color
Monochromatic Colors of #C33C9E
Black with #C33C9E
Text Example
Text Example
White with #C33C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C9E; }
p { color: rgb(195,60,158); }
H1.HeaderClassName
{
color: #C33C9E;
}
.AnyTagClassName
{
color: #C33C9E;
}
</style>
background-color css
<style>
a { background-color: #C33C9E; }
a { background-color: rgb(195,60,158); }
div.DivClassName
{
background-color: #C33C9E;
}
.BgClassName
{
background-color: #C33C9E;
}
</style>
border-color css
<style>
span { border-color: #C33C9E; }
span { border-color: rgb(195,60,158); }
td.TdClassName
{
border-color: #C33C9E;
}
.TagClassName
{
border-color: #C33C9E;
}
</style>