Shades of Mulberry #C255A3
Tints of Mulberry #C255A3
RGB
CMYK
RGB Variations
Color information
#C255A3 (or 0xC255A3) is known color: Mulberry. HEX triplet: C2, 55 and A3. RGB value is (194,85,163). Sum of RGB (Red+Green+Blue) = 194+85+163=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A3 is #3DAA5C. Grayscale: #7E7E7E. Windows color (decimal): -4041309 or 10704322. OLE color: 10704322.
HSL color Cylindrical-coordinate representation of color #C255A3: hue angle of 317.06º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255A3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 163 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.24 |
| HSL | 317.06º | 0.47% | 0.55% | - |
| HSV(B) | 317.06º | 0.56% | 0.76% | - |
| XYZ | 32.11 | 20.61 | 36.94 | - |
| YUV | 126.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 163 | 0 | 0.56 | 0.16 | 0.24 | 317.06 | 0.47 | 0.55 |
| Hex | C2 | 55 | A3 | 0 | 38 | 10 | 18 | 13D | 2F | 37 |
| Octal | 302 | 125 | 243 | 0 | 70 | 20 | 30 | 475 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10100011 | 0 | 111000 | 10000 | 11000 | 100111101 | 101111 | 110111 |
Color Harmonies of #C255A3
Complementary color
Monochromatic Colors of #C255A3
Black with #C255A3
Text Example
Text Example
White with #C255A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255A3; }
p { color: rgb(194,85,163); }
H1.HeaderClassName
{
color: #C255A3;
}
.AnyTagClassName
{
color: #C255A3;
}
</style>
background-color css
<style>
a { background-color: #C255A3; }
a { background-color: rgb(194,85,163); }
div.DivClassName
{
background-color: #C255A3;
}
.BgClassName
{
background-color: #C255A3;
}
</style>
border-color css
<style>
span { border-color: #C255A3; }
span { border-color: rgb(194,85,163); }
td.TdClassName
{
border-color: #C255A3;
}
.TagClassName
{
border-color: #C255A3;
}
</style>