Shades of Mulberry #C240A3
Tints of Mulberry #C240A3
RGB
CMYK
RGB Variations
Color information
#C240A3 (or 0xC240A3) is known color: Mulberry. HEX triplet: C2, 40 and A3. RGB value is (194,64,163). Sum of RGB (Red+Green+Blue) = 194+64+163=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A3 is #3DBF5C. Grayscale: #717171. Windows color (decimal): -4046685 or 10698946. OLE color: 10698946.
HSL color Cylindrical-coordinate representation of color #C240A3: hue angle of 314.31º 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 #C240A3 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 163 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.24 |
| HSL | 314.31º | 0.52% | 0.51% | - |
| HSV(B) | 314.31º | 0.67% | 0.76% | - |
| XYZ | 30.69 | 17.78 | 36.46 | - |
| YUV | 114.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 163 | 0 | 0.67 | 0.16 | 0.24 | 314.31 | 0.52 | 0.51 |
| Hex | C2 | 40 | A3 | 0 | 43 | 10 | 18 | 13A | 34 | 33 |
| Octal | 302 | 100 | 243 | 0 | 103 | 20 | 30 | 472 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10100011 | 0 | 1000011 | 10000 | 11000 | 100111010 | 110100 | 110011 |
Color Harmonies of #C240A3
Complementary color
Monochromatic Colors of #C240A3
Black with #C240A3
Text Example
Text Example
White with #C240A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240A3; }
p { color: rgb(194,64,163); }
H1.HeaderClassName
{
color: #C240A3;
}
.AnyTagClassName
{
color: #C240A3;
}
</style>
background-color css
<style>
a { background-color: #C240A3; }
a { background-color: rgb(194,64,163); }
div.DivClassName
{
background-color: #C240A3;
}
.BgClassName
{
background-color: #C240A3;
}
</style>
border-color css
<style>
span { border-color: #C240A3; }
span { border-color: rgb(194,64,163); }
td.TdClassName
{
border-color: #C240A3;
}
.TagClassName
{
border-color: #C240A3;
}
</style>