Shades of Mulberry #C33E8C
Tints of Mulberry #C33E8C
RGB
CMYK
RGB Variations
Color information
#C33E8C (or 0xC33E8C) is known color: Mulberry. HEX triplet: C3, 3E and 8C. RGB value is (195,62,140). Sum of RGB (Red+Green+Blue) = 195+62+140=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33E8C is #3CC173. Grayscale: #6E6E6E. Windows color (decimal): -3981684 or 9191107. OLE color: 9191107.
HSL color Cylindrical-coordinate representation of color #C33E8C: hue angle of 324.81º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E8C is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 140 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.24 |
| HSL | 324.81º | 0.53% | 0.5% | - |
| HSV(B) | 324.81º | 0.68% | 0.76% | - |
| XYZ | 28.96 | 16.94 | 26.55 | - |
| YUV | 110.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 140 | 0 | 0.68 | 0.28 | 0.24 | 324.81 | 0.53 | 0.5 |
| Hex | C3 | 3E | 8C | 0 | 44 | 1C | 18 | 145 | 35 | 32 |
| Octal | 303 | 76 | 214 | 0 | 104 | 34 | 30 | 505 | 65 | 62 |
| Binary | 11000011 | 111110 | 10001100 | 0 | 1000100 | 11100 | 11000 | 101000101 | 110101 | 110010 |
Color Harmonies of #C33E8C
Complementary color
Monochromatic Colors of #C33E8C
Black with #C33E8C
Text Example
Text Example
White with #C33E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E8C; }
p { color: rgb(195,62,140); }
H1.HeaderClassName
{
color: #C33E8C;
}
.AnyTagClassName
{
color: #C33E8C;
}
</style>
background-color css
<style>
a { background-color: #C33E8C; }
a { background-color: rgb(195,62,140); }
div.DivClassName
{
background-color: #C33E8C;
}
.BgClassName
{
background-color: #C33E8C;
}
</style>
border-color css
<style>
span { border-color: #C33E8C; }
span { border-color: rgb(195,62,140); }
td.TdClassName
{
border-color: #C33E8C;
}
.TagClassName
{
border-color: #C33E8C;
}
</style>