Shades of Mulberry #C33D9A
Tints of Mulberry #C33D9A
RGB
CMYK
RGB Variations
Color information
#C33D9A (or 0xC33D9A) is known color: Mulberry. HEX triplet: C3, 3D and 9A. RGB value is (195,61,154). Sum of RGB (Red+Green+Blue) = 195+61+154=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D9A is #3CC265. Grayscale: #6F6F6F. Windows color (decimal): -3981926 or 10108355. OLE color: 10108355.
HSL color Cylindrical-coordinate representation of color #C33D9A: hue angle of 318.36º 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 #C33D9A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 154 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.24 |
| HSL | 318.36º | 0.53% | 0.5% | - |
| HSV(B) | 318.36º | 0.69% | 0.76% | - |
| XYZ | 30.01 | 17.27 | 32.32 | - |
| YUV | 111.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 154 | 0 | 0.69 | 0.21 | 0.24 | 318.36 | 0.53 | 0.5 |
| Hex | C3 | 3D | 9A | 0 | 45 | 15 | 18 | 13E | 35 | 32 |
| Octal | 303 | 75 | 232 | 0 | 105 | 25 | 30 | 476 | 65 | 62 |
| Binary | 11000011 | 111101 | 10011010 | 0 | 1000101 | 10101 | 11000 | 100111110 | 110101 | 110010 |
Color Harmonies of #C33D9A
Complementary color
Monochromatic Colors of #C33D9A
Black with #C33D9A
Text Example
Text Example
White with #C33D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D9A; }
p { color: rgb(195,61,154); }
H1.HeaderClassName
{
color: #C33D9A;
}
.AnyTagClassName
{
color: #C33D9A;
}
</style>
background-color css
<style>
a { background-color: #C33D9A; }
a { background-color: rgb(195,61,154); }
div.DivClassName
{
background-color: #C33D9A;
}
.BgClassName
{
background-color: #C33D9A;
}
</style>
border-color css
<style>
span { border-color: #C33D9A; }
span { border-color: rgb(195,61,154); }
td.TdClassName
{
border-color: #C33D9A;
}
.TagClassName
{
border-color: #C33D9A;
}
</style>