Shades of Mulberry #C240A4
Tints of Mulberry #C240A4
RGB
CMYK
RGB Variations
Color information
#C240A4 (or 0xC240A4) is known color: Mulberry. HEX triplet: C2, 40 and A4. RGB value is (194,64,164). Sum of RGB (Red+Green+Blue) = 194+64+164=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A4 is #3DBF5B. Grayscale: #727272. Windows color (decimal): -4046684 or 10764482. OLE color: 10764482.
HSL color Cylindrical-coordinate representation of color #C240A4: hue angle of 313.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240A4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 164 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 313.85º | 0.52% | 0.51% | - |
| HSV(B) | 313.85º | 0.67% | 0.76% | - |
| XYZ | 30.78 | 17.82 | 36.94 | - |
| YUV | 114.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 164 | 0 | 0.67 | 0.15 | 0.24 | 313.85 | 0.52 | 0.51 |
| Hex | C2 | 40 | A4 | 0 | 43 | F | 18 | 13A | 34 | 33 |
| Octal | 302 | 100 | 244 | 0 | 103 | 17 | 30 | 472 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10100100 | 0 | 1000011 | 1111 | 11000 | 100111010 | 110100 | 110011 |
Color Harmonies of #C240A4
Complementary color
Monochromatic Colors of #C240A4
Black with #C240A4
Text Example
Text Example
White with #C240A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240A4; }
p { color: rgb(194,64,164); }
H1.HeaderClassName
{
color: #C240A4;
}
.AnyTagClassName
{
color: #C240A4;
}
</style>
background-color css
<style>
a { background-color: #C240A4; }
a { background-color: rgb(194,64,164); }
div.DivClassName
{
background-color: #C240A4;
}
.BgClassName
{
background-color: #C240A4;
}
</style>
border-color css
<style>
span { border-color: #C240A4; }
span { border-color: rgb(194,64,164); }
td.TdClassName
{
border-color: #C240A4;
}
.TagClassName
{
border-color: #C240A4;
}
</style>