Shades of Mulberry #C33C96
Tints of Mulberry #C33C96
RGB
CMYK
RGB Variations
Color information
#C33C96 (or 0xC33C96) is known color: Mulberry. HEX triplet: C3, 3C and 96. RGB value is (195,60,150). Sum of RGB (Red+Green+Blue) = 195+60+150=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C96 is #3CC369. Grayscale: #6E6E6E. Windows color (decimal): -3982186 or 9845955. OLE color: 9845955.
HSL color Cylindrical-coordinate representation of color #C33C96: hue angle of 320º 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 #C33C96 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 150 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.24 |
| HSL | 320º | 0.53% | 0.5% | - |
| HSV(B) | 320º | 0.69% | 0.76% | - |
| XYZ | 29.63 | 17.04 | 30.58 | - |
| YUV | 110.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 150 | 0 | 0.69 | 0.23 | 0.24 | 320 | 0.53 | 0.5 |
| Hex | C3 | 3C | 96 | 0 | 45 | 17 | 18 | 140 | 35 | 32 |
| Octal | 303 | 74 | 226 | 0 | 105 | 27 | 30 | 500 | 65 | 62 |
| Binary | 11000011 | 111100 | 10010110 | 0 | 1000101 | 10111 | 11000 | 101000000 | 110101 | 110010 |
Color Harmonies of #C33C96
Complementary color
Monochromatic Colors of #C33C96
Black with #C33C96
Text Example
Text Example
White with #C33C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C96; }
p { color: rgb(195,60,150); }
H1.HeaderClassName
{
color: #C33C96;
}
.AnyTagClassName
{
color: #C33C96;
}
</style>
background-color css
<style>
a { background-color: #C33C96; }
a { background-color: rgb(195,60,150); }
div.DivClassName
{
background-color: #C33C96;
}
.BgClassName
{
background-color: #C33C96;
}
</style>
border-color css
<style>
span { border-color: #C33C96; }
span { border-color: rgb(195,60,150); }
td.TdClassName
{
border-color: #C33C96;
}
.TagClassName
{
border-color: #C33C96;
}
</style>