Shades of Mulberry #C33F82
Tints of Mulberry #C33F82
RGB
CMYK
RGB Variations
Color information
#C33F82 (or 0xC33F82) is known color: Mulberry. HEX triplet: C3, 3F and 82. RGB value is (195,63,130). Sum of RGB (Red+Green+Blue) = 195+63+130=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33F82 is #3CC07D. Grayscale: #6D6D6D. Windows color (decimal): -3981438 or 8536003. OLE color: 8536003.
HSL color Cylindrical-coordinate representation of color #C33F82: hue angle of 329.55º 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 #C33F82 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 130 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.24 |
| HSL | 329.55º | 0.52% | 0.51% | - |
| HSV(B) | 329.55º | 0.68% | 0.76% | - |
| XYZ | 28.31 | 16.77 | 22.86 | - |
| YUV | 110.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 130 | 0 | 0.68 | 0.33 | 0.24 | 329.55 | 0.52 | 0.51 |
| Hex | C3 | 3F | 82 | 0 | 44 | 21 | 18 | 14A | 34 | 33 |
| Octal | 303 | 77 | 202 | 0 | 104 | 41 | 30 | 512 | 64 | 63 |
| Binary | 11000011 | 111111 | 10000010 | 0 | 1000100 | 100001 | 11000 | 101001010 | 110100 | 110011 |
Color Harmonies of #C33F82
Complementary color
Monochromatic Colors of #C33F82
Black with #C33F82
Text Example
Text Example
White with #C33F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F82; }
p { color: rgb(195,63,130); }
H1.HeaderClassName
{
color: #C33F82;
}
.AnyTagClassName
{
color: #C33F82;
}
</style>
background-color css
<style>
a { background-color: #C33F82; }
a { background-color: rgb(195,63,130); }
div.DivClassName
{
background-color: #C33F82;
}
.BgClassName
{
background-color: #C33F82;
}
</style>
border-color css
<style>
span { border-color: #C33F82; }
span { border-color: rgb(195,63,130); }
td.TdClassName
{
border-color: #C33F82;
}
.TagClassName
{
border-color: #C33F82;
}
</style>