Shades of Mulberry #C248A1
Tints of Mulberry #C248A1
RGB
CMYK
RGB Variations
Color information
#C248A1 (or 0xC248A1) is known color: Mulberry. HEX triplet: C2, 48 and A1. RGB value is (194,72,161). Sum of RGB (Red+Green+Blue) = 194+72+161=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A1 is #3DB75E. Grayscale: #767676. Windows color (decimal): -4044639 or 10569922. OLE color: 10569922.
HSL color Cylindrical-coordinate representation of color #C248A1: hue angle of 316.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C248A1 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 161 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.24 |
| HSL | 316.23º | 0.5% | 0.52% | - |
| HSV(B) | 316.23º | 0.63% | 0.76% | - |
| XYZ | 31 | 18.68 | 35.69 | - |
| YUV | 118.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 161 | 0 | 0.63 | 0.17 | 0.24 | 316.23 | 0.5 | 0.52 |
| Hex | C2 | 48 | A1 | 0 | 3F | 11 | 18 | 13C | 32 | 34 |
| Octal | 302 | 110 | 241 | 0 | 77 | 21 | 30 | 474 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10100001 | 0 | 111111 | 10001 | 11000 | 100111100 | 110010 | 110100 |
Color Harmonies of #C248A1
Complementary color
Monochromatic Colors of #C248A1
Black with #C248A1
Text Example
Text Example
White with #C248A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248A1; }
p { color: rgb(194,72,161); }
H1.HeaderClassName
{
color: #C248A1;
}
.AnyTagClassName
{
color: #C248A1;
}
</style>
background-color css
<style>
a { background-color: #C248A1; }
a { background-color: rgb(194,72,161); }
div.DivClassName
{
background-color: #C248A1;
}
.BgClassName
{
background-color: #C248A1;
}
</style>
border-color css
<style>
span { border-color: #C248A1; }
span { border-color: rgb(194,72,161); }
td.TdClassName
{
border-color: #C248A1;
}
.TagClassName
{
border-color: #C248A1;
}
</style>