Shades of Mulberry #C240A5
Tints of Mulberry #C240A5
RGB
CMYK
RGB Variations
Color information
#C240A5 (or 0xC240A5) is known color: Mulberry. HEX triplet: C2, 40 and A5. RGB value is (194,64,165). Sum of RGB (Red+Green+Blue) = 194+64+165=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A5 is #3DBF5A. Grayscale: #727272. Windows color (decimal): -4046683 or 10830018. OLE color: 10830018.
HSL color Cylindrical-coordinate representation of color #C240A5: hue angle of 313.38º 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 #C240A5 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 165 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 313.38º | 0.52% | 0.51% | - |
| HSV(B) | 313.38º | 0.67% | 0.76% | - |
| XYZ | 30.87 | 17.85 | 37.42 | - |
| YUV | 114.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 165 | 0 | 0.67 | 0.15 | 0.24 | 313.38 | 0.52 | 0.51 |
| Hex | C2 | 40 | A5 | 0 | 43 | F | 18 | 139 | 34 | 33 |
| Octal | 302 | 100 | 245 | 0 | 103 | 17 | 30 | 471 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10100101 | 0 | 1000011 | 1111 | 11000 | 100111001 | 110100 | 110011 |
Color Harmonies of #C240A5
Complementary color
Monochromatic Colors of #C240A5
Black with #C240A5
Text Example
Text Example
White with #C240A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240A5; }
p { color: rgb(194,64,165); }
H1.HeaderClassName
{
color: #C240A5;
}
.AnyTagClassName
{
color: #C240A5;
}
</style>
background-color css
<style>
a { background-color: #C240A5; }
a { background-color: rgb(194,64,165); }
div.DivClassName
{
background-color: #C240A5;
}
.BgClassName
{
background-color: #C240A5;
}
</style>
border-color css
<style>
span { border-color: #C240A5; }
span { border-color: rgb(194,64,165); }
td.TdClassName
{
border-color: #C240A5;
}
.TagClassName
{
border-color: #C240A5;
}
</style>