Shades of Mulberry #C33F99
Tints of Mulberry #C33F99
RGB
CMYK
RGB Variations
Color information
#C33F99 (or 0xC33F99) is known color: Mulberry. HEX triplet: C3, 3F and 99. RGB value is (195,63,153). Sum of RGB (Red+Green+Blue) = 195+63+153=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33F99 is #3CC066. Grayscale: #707070. Windows color (decimal): -3981415 or 10043331. OLE color: 10043331.
HSL color Cylindrical-coordinate representation of color #C33F99: hue angle of 319.09º 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 #C33F99 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 153 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.24 |
| HSL | 319.09º | 0.52% | 0.51% | - |
| HSV(B) | 319.09º | 0.68% | 0.76% | - |
| XYZ | 30.03 | 17.46 | 31.92 | - |
| YUV | 112.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 153 | 0 | 0.68 | 0.22 | 0.24 | 319.09 | 0.52 | 0.51 |
| Hex | C3 | 3F | 99 | 0 | 44 | 16 | 18 | 13F | 34 | 33 |
| Octal | 303 | 77 | 231 | 0 | 104 | 26 | 30 | 477 | 64 | 63 |
| Binary | 11000011 | 111111 | 10011001 | 0 | 1000100 | 10110 | 11000 | 100111111 | 110100 | 110011 |
Color Harmonies of #C33F99
Complementary color
Monochromatic Colors of #C33F99
Black with #C33F99
Text Example
Text Example
White with #C33F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F99; }
p { color: rgb(195,63,153); }
H1.HeaderClassName
{
color: #C33F99;
}
.AnyTagClassName
{
color: #C33F99;
}
</style>
background-color css
<style>
a { background-color: #C33F99; }
a { background-color: rgb(195,63,153); }
div.DivClassName
{
background-color: #C33F99;
}
.BgClassName
{
background-color: #C33F99;
}
</style>
border-color css
<style>
span { border-color: #C33F99; }
span { border-color: rgb(195,63,153); }
td.TdClassName
{
border-color: #C33F99;
}
.TagClassName
{
border-color: #C33F99;
}
</style>