Shades of Mulberry #C33DA0
Tints of Mulberry #C33DA0
RGB
CMYK
RGB Variations
Color information
#C33DA0 (or 0xC33DA0) is known color: Mulberry. HEX triplet: C3, 3D and A0. RGB value is (195,61,160). Sum of RGB (Red+Green+Blue) = 195+61+160=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DA0 is #3CC25F. Grayscale: #707070. Windows color (decimal): -3981920 or 10501571. OLE color: 10501571.
HSL color Cylindrical-coordinate representation of color #C33DA0: hue angle of 315.67º 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 #C33DA0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 160 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.24 |
| HSL | 315.67º | 0.53% | 0.5% | - |
| HSV(B) | 315.67º | 0.69% | 0.76% | - |
| XYZ | 30.52 | 17.48 | 35.02 | - |
| YUV | 112.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 160 | 0 | 0.69 | 0.18 | 0.24 | 315.67 | 0.53 | 0.5 |
| Hex | C3 | 3D | A0 | 0 | 45 | 12 | 18 | 13C | 35 | 32 |
| Octal | 303 | 75 | 240 | 0 | 105 | 22 | 30 | 474 | 65 | 62 |
| Binary | 11000011 | 111101 | 10100000 | 0 | 1000101 | 10010 | 11000 | 100111100 | 110101 | 110010 |
Color Harmonies of #C33DA0
Complementary color
Monochromatic Colors of #C33DA0
Black with #C33DA0
Text Example
Text Example
White with #C33DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DA0; }
p { color: rgb(195,61,160); }
H1.HeaderClassName
{
color: #C33DA0;
}
.AnyTagClassName
{
color: #C33DA0;
}
</style>
background-color css
<style>
a { background-color: #C33DA0; }
a { background-color: rgb(195,61,160); }
div.DivClassName
{
background-color: #C33DA0;
}
.BgClassName
{
background-color: #C33DA0;
}
</style>
border-color css
<style>
span { border-color: #C33DA0; }
span { border-color: rgb(195,61,160); }
td.TdClassName
{
border-color: #C33DA0;
}
.TagClassName
{
border-color: #C33DA0;
}
</style>