Shades of Mulberry #C33CA4
Tints of Mulberry #C33CA4
RGB
CMYK
RGB Variations
Color information
#C33CA4 (or 0xC33CA4) is known color: Mulberry. HEX triplet: C3, 3C and A4. RGB value is (195,60,164). Sum of RGB (Red+Green+Blue) = 195+60+164=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CA4 is #3CC35B. Grayscale: #6F6F6F. Windows color (decimal): -3982172 or 10763459. OLE color: 10763459.
HSL color Cylindrical-coordinate representation of color #C33CA4: hue angle of 313.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CA4 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 164 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.24 |
| HSL | 313.78º | 0.53% | 0.5% | - |
| HSV(B) | 313.78º | 0.69% | 0.76% | - |
| XYZ | 30.82 | 17.51 | 36.88 | - |
| YUV | 112.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 164 | 0 | 0.69 | 0.16 | 0.24 | 313.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | A4 | 0 | 45 | 10 | 18 | 13A | 35 | 32 |
| Octal | 303 | 74 | 244 | 0 | 105 | 20 | 30 | 472 | 65 | 62 |
| Binary | 11000011 | 111100 | 10100100 | 0 | 1000101 | 10000 | 11000 | 100111010 | 110101 | 110010 |
Color Harmonies of #C33CA4
Complementary color
Monochromatic Colors of #C33CA4
Black with #C33CA4
Text Example
Text Example
White with #C33CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CA4; }
p { color: rgb(195,60,164); }
H1.HeaderClassName
{
color: #C33CA4;
}
.AnyTagClassName
{
color: #C33CA4;
}
</style>
background-color css
<style>
a { background-color: #C33CA4; }
a { background-color: rgb(195,60,164); }
div.DivClassName
{
background-color: #C33CA4;
}
.BgClassName
{
background-color: #C33CA4;
}
</style>
border-color css
<style>
span { border-color: #C33CA4; }
span { border-color: rgb(195,60,164); }
td.TdClassName
{
border-color: #C33CA4;
}
.TagClassName
{
border-color: #C33CA4;
}
</style>