Shades of Mulberry #C33B9F
Tints of Mulberry #C33B9F
RGB
CMYK
RGB Variations
Color information
#C33B9F (or 0xC33B9F) is known color: Mulberry. HEX triplet: C3, 3B and 9F. RGB value is (195,59,159). Sum of RGB (Red+Green+Blue) = 195+59+159=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33B9F is #3CC460. Grayscale: #6E6E6E. Windows color (decimal): -3982433 or 10435523. OLE color: 10435523.
HSL color Cylindrical-coordinate representation of color #C33B9F: hue angle of 315.88º 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 #C33B9F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 159 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.24 |
| HSL | 315.88º | 0.54% | 0.5% | - |
| HSV(B) | 315.88º | 0.7% | 0.76% | - |
| XYZ | 30.33 | 17.23 | 34.53 | - |
| YUV | 111.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 159 | 0 | 0.70 | 0.18 | 0.24 | 315.88 | 0.54 | 0.5 |
| Hex | C3 | 3B | 9F | 0 | 46 | 12 | 18 | 13C | 36 | 32 |
| Octal | 303 | 73 | 237 | 0 | 106 | 22 | 30 | 474 | 66 | 62 |
| Binary | 11000011 | 111011 | 10011111 | 0 | 1000110 | 10010 | 11000 | 100111100 | 110110 | 110010 |
Color Harmonies of #C33B9F
Complementary color
Monochromatic Colors of #C33B9F
Black with #C33B9F
Text Example
Text Example
White with #C33B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B9F; }
p { color: rgb(195,59,159); }
H1.HeaderClassName
{
color: #C33B9F;
}
.AnyTagClassName
{
color: #C33B9F;
}
</style>
background-color css
<style>
a { background-color: #C33B9F; }
a { background-color: rgb(195,59,159); }
div.DivClassName
{
background-color: #C33B9F;
}
.BgClassName
{
background-color: #C33B9F;
}
</style>
border-color css
<style>
span { border-color: #C33B9F; }
span { border-color: rgb(195,59,159); }
td.TdClassName
{
border-color: #C33B9F;
}
.TagClassName
{
border-color: #C33B9F;
}
</style>