Shades of Mulberry #C2459D
Tints of Mulberry #C2459D
RGB
CMYK
RGB Variations
Color information
#C2459D (or 0xC2459D) is known color: Mulberry. HEX triplet: C2, 45 and 9D. RGB value is (194,69,157). Sum of RGB (Red+Green+Blue) = 194+69+157=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459D is #3DBA62. Grayscale: #747474. Windows color (decimal): -4045411 or 10307010. OLE color: 10307010.
HSL color Cylindrical-coordinate representation of color #C2459D: hue angle of 317.76º 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 #C2459D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 157 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.24 |
| HSL | 317.76º | 0.51% | 0.52% | - |
| HSV(B) | 317.76º | 0.64% | 0.76% | - |
| XYZ | 30.46 | 18.16 | 33.8 | - |
| YUV | 116.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 157 | 0 | 0.64 | 0.19 | 0.24 | 317.76 | 0.51 | 0.52 |
| Hex | C2 | 45 | 9D | 0 | 40 | 13 | 18 | 13E | 33 | 34 |
| Octal | 302 | 105 | 235 | 0 | 100 | 23 | 30 | 476 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10011101 | 0 | 1000000 | 10011 | 11000 | 100111110 | 110011 | 110100 |
Color Harmonies of #C2459D
Complementary color
Monochromatic Colors of #C2459D
Black with #C2459D
Text Example
Text Example
White with #C2459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2459D; }
p { color: rgb(194,69,157); }
H1.HeaderClassName
{
color: #C2459D;
}
.AnyTagClassName
{
color: #C2459D;
}
</style>
background-color css
<style>
a { background-color: #C2459D; }
a { background-color: rgb(194,69,157); }
div.DivClassName
{
background-color: #C2459D;
}
.BgClassName
{
background-color: #C2459D;
}
</style>
border-color css
<style>
span { border-color: #C2459D; }
span { border-color: rgb(194,69,157); }
td.TdClassName
{
border-color: #C2459D;
}
.TagClassName
{
border-color: #C2459D;
}
</style>