Shades of Mulberry #C33CA6
Tints of Mulberry #C33CA6
RGB
CMYK
RGB Variations
Color information
#C33CA6 (or 0xC33CA6) is known color: Mulberry. HEX triplet: C3, 3C and A6. RGB value is (195,60,166). Sum of RGB (Red+Green+Blue) = 195+60+166=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CA6 is #3CC359. Grayscale: #707070. Windows color (decimal): -3982170 or 10894531. OLE color: 10894531.
HSL color Cylindrical-coordinate representation of color #C33CA6: hue angle of 312.89º 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 #C33CA6 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 166 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.24 |
| HSL | 312.89º | 0.53% | 0.5% | - |
| HSV(B) | 312.89º | 0.69% | 0.76% | - |
| XYZ | 31 | 17.59 | 37.84 | - |
| YUV | 112.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 166 | 0 | 0.69 | 0.15 | 0.24 | 312.89 | 0.53 | 0.5 |
| Hex | C3 | 3C | A6 | 0 | 45 | F | 18 | 139 | 35 | 32 |
| Octal | 303 | 74 | 246 | 0 | 105 | 17 | 30 | 471 | 65 | 62 |
| Binary | 11000011 | 111100 | 10100110 | 0 | 1000101 | 1111 | 11000 | 100111001 | 110101 | 110010 |
Color Harmonies of #C33CA6
Complementary color
Monochromatic Colors of #C33CA6
Black with #C33CA6
Text Example
Text Example
White with #C33CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CA6; }
p { color: rgb(195,60,166); }
H1.HeaderClassName
{
color: #C33CA6;
}
.AnyTagClassName
{
color: #C33CA6;
}
</style>
background-color css
<style>
a { background-color: #C33CA6; }
a { background-color: rgb(195,60,166); }
div.DivClassName
{
background-color: #C33CA6;
}
.BgClassName
{
background-color: #C33CA6;
}
</style>
border-color css
<style>
span { border-color: #C33CA6; }
span { border-color: rgb(195,60,166); }
td.TdClassName
{
border-color: #C33CA6;
}
.TagClassName
{
border-color: #C33CA6;
}
</style>