Shades of Mulberry #C33D9F
Tints of Mulberry #C33D9F
RGB
CMYK
RGB Variations
Color information
#C33D9F (or 0xC33D9F) is known color: Mulberry. HEX triplet: C3, 3D and 9F. RGB value is (195,61,159). Sum of RGB (Red+Green+Blue) = 195+61+159=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D9F is #3CC260. Grayscale: #6F6F6F. Windows color (decimal): -3981921 or 10436035. OLE color: 10436035.
HSL color Cylindrical-coordinate representation of color #C33D9F: hue angle of 316.12º 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 #C33D9F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 159 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.24 |
| HSL | 316.12º | 0.53% | 0.5% | - |
| HSV(B) | 316.12º | 0.69% | 0.76% | - |
| XYZ | 30.43 | 17.44 | 34.56 | - |
| YUV | 112.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 159 | 0 | 0.69 | 0.18 | 0.24 | 316.12 | 0.53 | 0.5 |
| Hex | C3 | 3D | 9F | 0 | 45 | 12 | 18 | 13C | 35 | 32 |
| Octal | 303 | 75 | 237 | 0 | 105 | 22 | 30 | 474 | 65 | 62 |
| Binary | 11000011 | 111101 | 10011111 | 0 | 1000101 | 10010 | 11000 | 100111100 | 110101 | 110010 |
Color Harmonies of #C33D9F
Complementary color
Monochromatic Colors of #C33D9F
Black with #C33D9F
Text Example
Text Example
White with #C33D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D9F; }
p { color: rgb(195,61,159); }
H1.HeaderClassName
{
color: #C33D9F;
}
.AnyTagClassName
{
color: #C33D9F;
}
</style>
background-color css
<style>
a { background-color: #C33D9F; }
a { background-color: rgb(195,61,159); }
div.DivClassName
{
background-color: #C33D9F;
}
.BgClassName
{
background-color: #C33D9F;
}
</style>
border-color css
<style>
span { border-color: #C33D9F; }
span { border-color: rgb(195,61,159); }
td.TdClassName
{
border-color: #C33D9F;
}
.TagClassName
{
border-color: #C33D9F;
}
</style>