Shades of Mulberry #C33E8B
Tints of Mulberry #C33E8B
RGB
CMYK
RGB Variations
Color information
#C33E8B (or 0xC33E8B) is known color: Mulberry. HEX triplet: C3, 3E and 8B. RGB value is (195,62,139). Sum of RGB (Red+Green+Blue) = 195+62+139=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33E8B is #3CC174. Grayscale: #6E6E6E. Windows color (decimal): -3981685 or 9125571. OLE color: 9125571.
HSL color Cylindrical-coordinate representation of color #C33E8B: hue angle of 325.26º 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 #C33E8B is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 139 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.24 |
| HSL | 325.26º | 0.53% | 0.5% | - |
| HSV(B) | 325.26º | 0.68% | 0.76% | - |
| XYZ | 28.89 | 16.91 | 26.17 | - |
| YUV | 110.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 139 | 0 | 0.68 | 0.29 | 0.24 | 325.26 | 0.53 | 0.5 |
| Hex | C3 | 3E | 8B | 0 | 44 | 1D | 18 | 145 | 35 | 32 |
| Octal | 303 | 76 | 213 | 0 | 104 | 35 | 30 | 505 | 65 | 62 |
| Binary | 11000011 | 111110 | 10001011 | 0 | 1000100 | 11101 | 11000 | 101000101 | 110101 | 110010 |
Color Harmonies of #C33E8B
Complementary color
Monochromatic Colors of #C33E8B
Black with #C33E8B
Text Example
Text Example
White with #C33E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E8B; }
p { color: rgb(195,62,139); }
H1.HeaderClassName
{
color: #C33E8B;
}
.AnyTagClassName
{
color: #C33E8B;
}
</style>
background-color css
<style>
a { background-color: #C33E8B; }
a { background-color: rgb(195,62,139); }
div.DivClassName
{
background-color: #C33E8B;
}
.BgClassName
{
background-color: #C33E8B;
}
</style>
border-color css
<style>
span { border-color: #C33E8B; }
span { border-color: rgb(195,62,139); }
td.TdClassName
{
border-color: #C33E8B;
}
.TagClassName
{
border-color: #C33E8B;
}
</style>