Shades of Mulberry #C33D9D
Tints of Mulberry #C33D9D
RGB
CMYK
RGB Variations
Color information
#C33D9D (or 0xC33D9D) is known color: Mulberry. HEX triplet: C3, 3D and 9D. RGB value is (195,61,157). Sum of RGB (Red+Green+Blue) = 195+61+157=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D9D is #3CC262. Grayscale: #6F6F6F. Windows color (decimal): -3981923 or 10304963. OLE color: 10304963.
HSL color Cylindrical-coordinate representation of color #C33D9D: hue angle of 317.01º 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 #C33D9D is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 157 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.24 |
| HSL | 317.01º | 0.53% | 0.5% | - |
| HSV(B) | 317.01º | 0.69% | 0.76% | - |
| XYZ | 30.26 | 17.37 | 33.66 | - |
| YUV | 112.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 157 | 0 | 0.69 | 0.19 | 0.24 | 317.01 | 0.53 | 0.5 |
| Hex | C3 | 3D | 9D | 0 | 45 | 13 | 18 | 13D | 35 | 32 |
| Octal | 303 | 75 | 235 | 0 | 105 | 23 | 30 | 475 | 65 | 62 |
| Binary | 11000011 | 111101 | 10011101 | 0 | 1000101 | 10011 | 11000 | 100111101 | 110101 | 110010 |
Color Harmonies of #C33D9D
Complementary color
Monochromatic Colors of #C33D9D
Black with #C33D9D
Text Example
Text Example
White with #C33D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D9D; }
p { color: rgb(195,61,157); }
H1.HeaderClassName
{
color: #C33D9D;
}
.AnyTagClassName
{
color: #C33D9D;
}
</style>
background-color css
<style>
a { background-color: #C33D9D; }
a { background-color: rgb(195,61,157); }
div.DivClassName
{
background-color: #C33D9D;
}
.BgClassName
{
background-color: #C33D9D;
}
</style>
border-color css
<style>
span { border-color: #C33D9D; }
span { border-color: rgb(195,61,157); }
td.TdClassName
{
border-color: #C33D9D;
}
.TagClassName
{
border-color: #C33D9D;
}
</style>