Shades of Mulberry #C33BA5
Tints of Mulberry #C33BA5
RGB
CMYK
RGB Variations
Color information
#C33BA5 (or 0xC33BA5) is known color: Mulberry. HEX triplet: C3, 3B and A5. RGB value is (195,59,165). Sum of RGB (Red+Green+Blue) = 195+59+165=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BA5 is #3CC45A. Grayscale: #6F6F6F. Windows color (decimal): -3982427 or 10828739. OLE color: 10828739.
HSL color Cylindrical-coordinate representation of color #C33BA5: hue angle of 313.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BA5 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 165 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.24 |
| HSL | 313.24º | 0.54% | 0.5% | - |
| HSV(B) | 313.24º | 0.7% | 0.76% | - |
| XYZ | 30.86 | 17.45 | 37.34 | - |
| YUV | 111.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 165 | 0 | 0.70 | 0.15 | 0.24 | 313.24 | 0.54 | 0.5 |
| Hex | C3 | 3B | A5 | 0 | 46 | F | 18 | 139 | 36 | 32 |
| Octal | 303 | 73 | 245 | 0 | 106 | 17 | 30 | 471 | 66 | 62 |
| Binary | 11000011 | 111011 | 10100101 | 0 | 1000110 | 1111 | 11000 | 100111001 | 110110 | 110010 |
Color Harmonies of #C33BA5
Complementary color
Monochromatic Colors of #C33BA5
Black with #C33BA5
Text Example
Text Example
White with #C33BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BA5; }
p { color: rgb(195,59,165); }
H1.HeaderClassName
{
color: #C33BA5;
}
.AnyTagClassName
{
color: #C33BA5;
}
</style>
background-color css
<style>
a { background-color: #C33BA5; }
a { background-color: rgb(195,59,165); }
div.DivClassName
{
background-color: #C33BA5;
}
.BgClassName
{
background-color: #C33BA5;
}
</style>
border-color css
<style>
span { border-color: #C33BA5; }
span { border-color: rgb(195,59,165); }
td.TdClassName
{
border-color: #C33BA5;
}
.TagClassName
{
border-color: #C33BA5;
}
</style>