Shades of Mulberry #C33BA1
Tints of Mulberry #C33BA1
RGB
CMYK
RGB Variations
Color information
#C33BA1 (or 0xC33BA1) is known color: Mulberry. HEX triplet: C3, 3B and A1. RGB value is (195,59,161). Sum of RGB (Red+Green+Blue) = 195+59+161=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA1 is #3CC45E. Grayscale: #6F6F6F. Windows color (decimal): -3982431 or 10566595. OLE color: 10566595.
HSL color Cylindrical-coordinate representation of color #C33BA1: hue angle of 315º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BA1 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 161 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.24 |
| HSL | 315º | 0.54% | 0.5% | - |
| HSV(B) | 315º | 0.7% | 0.76% | - |
| XYZ | 30.5 | 17.3 | 35.45 | - |
| YUV | 111.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 161 | 0 | 0.70 | 0.17 | 0.24 | 315 | 0.54 | 0.5 |
| Hex | C3 | 3B | A1 | 0 | 46 | 11 | 18 | 13B | 36 | 32 |
| Octal | 303 | 73 | 241 | 0 | 106 | 21 | 30 | 473 | 66 | 62 |
| Binary | 11000011 | 111011 | 10100001 | 0 | 1000110 | 10001 | 11000 | 100111011 | 110110 | 110010 |
Color Harmonies of #C33BA1
Complementary color
Monochromatic Colors of #C33BA1
Black with #C33BA1
Text Example
Text Example
White with #C33BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BA1; }
p { color: rgb(195,59,161); }
H1.HeaderClassName
{
color: #C33BA1;
}
.AnyTagClassName
{
color: #C33BA1;
}
</style>
background-color css
<style>
a { background-color: #C33BA1; }
a { background-color: rgb(195,59,161); }
div.DivClassName
{
background-color: #C33BA1;
}
.BgClassName
{
background-color: #C33BA1;
}
</style>
border-color css
<style>
span { border-color: #C33BA1; }
span { border-color: rgb(195,59,161); }
td.TdClassName
{
border-color: #C33BA1;
}
.TagClassName
{
border-color: #C33BA1;
}
</style>