Shades of Mulberry #C33DA6
Tints of Mulberry #C33DA6
RGB
CMYK
RGB Variations
Color information
#C33DA6 (or 0xC33DA6) is known color: Mulberry. HEX triplet: C3, 3D and A6. RGB value is (195,61,166). Sum of RGB (Red+Green+Blue) = 195+61+166=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DA6 is #3CC259. Grayscale: #707070. Windows color (decimal): -3981914 or 10894787. OLE color: 10894787.
HSL color Cylindrical-coordinate representation of color #C33DA6: hue angle of 312.99º 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 #C33DA6 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 166 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.24 |
| HSL | 312.99º | 0.53% | 0.5% | - |
| HSV(B) | 312.99º | 0.69% | 0.76% | - |
| XYZ | 31.06 | 17.69 | 37.85 | - |
| YUV | 113.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 166 | 0 | 0.69 | 0.15 | 0.24 | 312.99 | 0.53 | 0.5 |
| Hex | C3 | 3D | A6 | 0 | 45 | F | 18 | 139 | 35 | 32 |
| Octal | 303 | 75 | 246 | 0 | 105 | 17 | 30 | 471 | 65 | 62 |
| Binary | 11000011 | 111101 | 10100110 | 0 | 1000101 | 1111 | 11000 | 100111001 | 110101 | 110010 |
Color Harmonies of #C33DA6
Complementary color
Monochromatic Colors of #C33DA6
Black with #C33DA6
Text Example
Text Example
White with #C33DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DA6; }
p { color: rgb(195,61,166); }
H1.HeaderClassName
{
color: #C33DA6;
}
.AnyTagClassName
{
color: #C33DA6;
}
</style>
background-color css
<style>
a { background-color: #C33DA6; }
a { background-color: rgb(195,61,166); }
div.DivClassName
{
background-color: #C33DA6;
}
.BgClassName
{
background-color: #C33DA6;
}
</style>
border-color css
<style>
span { border-color: #C33DA6; }
span { border-color: rgb(195,61,166); }
td.TdClassName
{
border-color: #C33DA6;
}
.TagClassName
{
border-color: #C33DA6;
}
</style>