Shades of Mulberry #C54283
Tints of Mulberry #C54283
RGB
CMYK
RGB Variations
Color information
#C54283 (or 0xC54283) is known color: Mulberry. HEX triplet: C5, 42 and 83. RGB value is (197,66,131). Sum of RGB (Red+Green+Blue) = 197+66+131=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54283 is #3ABD7C. Grayscale: #707070. Windows color (decimal): -3849597 or 8602309. OLE color: 8602309.
HSL color Cylindrical-coordinate representation of color #C54283: hue angle of 330.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54283 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 131 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.23 |
| HSL | 330.23º | 0.53% | 0.52% | - |
| HSV(B) | 330.23º | 0.66% | 0.77% | - |
| XYZ | 29.07 | 17.41 | 23.3 | - |
| YUV | 112.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 131 | 0 | 0.66 | 0.34 | 0.23 | 330.23 | 0.53 | 0.52 |
| Hex | C5 | 42 | 83 | 0 | 42 | 22 | 17 | 14A | 35 | 34 |
| Octal | 305 | 102 | 203 | 0 | 102 | 42 | 27 | 512 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10000011 | 0 | 1000010 | 100010 | 10111 | 101001010 | 110101 | 110100 |
Color Harmonies of #C54283
Complementary color
Monochromatic Colors of #C54283
Black with #C54283
Text Example
Text Example
White with #C54283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54283; }
p { color: rgb(197,66,131); }
H1.HeaderClassName
{
color: #C54283;
}
.AnyTagClassName
{
color: #C54283;
}
</style>
background-color css
<style>
a { background-color: #C54283; }
a { background-color: rgb(197,66,131); }
div.DivClassName
{
background-color: #C54283;
}
.BgClassName
{
background-color: #C54283;
}
</style>
border-color css
<style>
span { border-color: #C54283; }
span { border-color: rgb(197,66,131); }
td.TdClassName
{
border-color: #C54283;
}
.TagClassName
{
border-color: #C54283;
}
</style>