Shades of Mulberry #C245A2
Tints of Mulberry #C245A2
RGB
CMYK
RGB Variations
Color information
#C245A2 (or 0xC245A2) is known color: Mulberry. HEX triplet: C2, 45 and A2. RGB value is (194,69,162). Sum of RGB (Red+Green+Blue) = 194+69+162=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A2 is #3DBA5D. Grayscale: #747474. Windows color (decimal): -4045406 or 10634690. OLE color: 10634690.
HSL color Cylindrical-coordinate representation of color #C245A2: hue angle of 315.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245A2 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 162 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.24 |
| HSL | 315.36º | 0.51% | 0.52% | - |
| HSV(B) | 315.36º | 0.64% | 0.76% | - |
| XYZ | 30.9 | 18.33 | 36.09 | - |
| YUV | 116.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 162 | 0 | 0.64 | 0.16 | 0.24 | 315.36 | 0.51 | 0.52 |
| Hex | C2 | 45 | A2 | 0 | 40 | 10 | 18 | 13B | 33 | 34 |
| Octal | 302 | 105 | 242 | 0 | 100 | 20 | 30 | 473 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10100010 | 0 | 1000000 | 10000 | 11000 | 100111011 | 110011 | 110100 |
Color Harmonies of #C245A2
Complementary color
Monochromatic Colors of #C245A2
Black with #C245A2
Text Example
Text Example
White with #C245A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245A2; }
p { color: rgb(194,69,162); }
H1.HeaderClassName
{
color: #C245A2;
}
.AnyTagClassName
{
color: #C245A2;
}
</style>
background-color css
<style>
a { background-color: #C245A2; }
a { background-color: rgb(194,69,162); }
div.DivClassName
{
background-color: #C245A2;
}
.BgClassName
{
background-color: #C245A2;
}
</style>
border-color css
<style>
span { border-color: #C245A2; }
span { border-color: rgb(194,69,162); }
td.TdClassName
{
border-color: #C245A2;
}
.TagClassName
{
border-color: #C245A2;
}
</style>