Shades of Mulberry #C33F84
Tints of Mulberry #C33F84
RGB
CMYK
RGB Variations
Color information
#C33F84 (or 0xC33F84) is known color: Mulberry. HEX triplet: C3, 3F and 84. RGB value is (195,63,132). Sum of RGB (Red+Green+Blue) = 195+63+132=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33F84 is #3CC07B. Grayscale: #6E6E6E. Windows color (decimal): -3981436 or 8667075. OLE color: 8667075.
HSL color Cylindrical-coordinate representation of color #C33F84: hue angle of 328.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F84 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 132 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.24 |
| HSL | 328.64º | 0.52% | 0.51% | - |
| HSV(B) | 328.64º | 0.68% | 0.76% | - |
| XYZ | 28.45 | 16.82 | 23.58 | - |
| YUV | 110.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 132 | 0 | 0.68 | 0.32 | 0.24 | 328.64 | 0.52 | 0.51 |
| Hex | C3 | 3F | 84 | 0 | 44 | 20 | 18 | 149 | 34 | 33 |
| Octal | 303 | 77 | 204 | 0 | 104 | 40 | 30 | 511 | 64 | 63 |
| Binary | 11000011 | 111111 | 10000100 | 0 | 1000100 | 100000 | 11000 | 101001001 | 110100 | 110011 |
Color Harmonies of #C33F84
Complementary color
Monochromatic Colors of #C33F84
Black with #C33F84
Text Example
Text Example
White with #C33F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F84; }
p { color: rgb(195,63,132); }
H1.HeaderClassName
{
color: #C33F84;
}
.AnyTagClassName
{
color: #C33F84;
}
</style>
background-color css
<style>
a { background-color: #C33F84; }
a { background-color: rgb(195,63,132); }
div.DivClassName
{
background-color: #C33F84;
}
.BgClassName
{
background-color: #C33F84;
}
</style>
border-color css
<style>
span { border-color: #C33F84; }
span { border-color: rgb(195,63,132); }
td.TdClassName
{
border-color: #C33F84;
}
.TagClassName
{
border-color: #C33F84;
}
</style>