Shades of Mulberry #C45C93
Tints of Mulberry #C45C93
RGB
CMYK
RGB Variations
Color information
#C45C93 (or 0xC45C93) is known color: Mulberry. HEX triplet: C4, 5C and 93. RGB value is (196,92,147). Sum of RGB (Red+Green+Blue) = 196+92+147=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C93 is #3BA36C. Grayscale: #818181. Windows color (decimal): -3908461 or 9657540. OLE color: 9657540.
HSL color Cylindrical-coordinate representation of color #C45C93: hue angle of 328.27º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C93 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 147 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.23 |
| HSL | 328.27º | 0.47% | 0.56% | - |
| HSV(B) | 328.27º | 0.53% | 0.77% | - |
| XYZ | 31.86 | 21.5 | 30.07 | - |
| YUV | 129.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 147 | 0 | 0.53 | 0.25 | 0.23 | 328.27 | 0.47 | 0.56 |
| Hex | C4 | 5C | 93 | 0 | 35 | 19 | 17 | 148 | 2F | 38 |
| Octal | 304 | 134 | 223 | 0 | 65 | 31 | 27 | 510 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10010011 | 0 | 110101 | 11001 | 10111 | 101001000 | 101111 | 111000 |
Color Harmonies of #C45C93
Complementary color
Monochromatic Colors of #C45C93
Black with #C45C93
Text Example
Text Example
White with #C45C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C93; }
p { color: rgb(196,92,147); }
H1.HeaderClassName
{
color: #C45C93;
}
.AnyTagClassName
{
color: #C45C93;
}
</style>
background-color css
<style>
a { background-color: #C45C93; }
a { background-color: rgb(196,92,147); }
div.DivClassName
{
background-color: #C45C93;
}
.BgClassName
{
background-color: #C45C93;
}
</style>
border-color css
<style>
span { border-color: #C45C93; }
span { border-color: rgb(196,92,147); }
td.TdClassName
{
border-color: #C45C93;
}
.TagClassName
{
border-color: #C45C93;
}
</style>