Shades of Mulberry #C84594
Tints of Mulberry #C84594
RGB
CMYK
RGB Variations
Color information
#C84594 (or 0xC84594) is known color: Mulberry. HEX triplet: C8, 45 and 94. RGB value is (200,69,148). Sum of RGB (Red+Green+Blue) = 200+69+148=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84594 is #37BA6B. Grayscale: #747474. Windows color (decimal): -3652204 or 9717192. OLE color: 9717192.
HSL color Cylindrical-coordinate representation of color #C84594: hue angle of 323.82º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84594 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 148 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.22 |
| HSL | 323.82º | 0.54% | 0.53% | - |
| HSV(B) | 323.82º | 0.66% | 0.78% | - |
| XYZ | 31.29 | 18.67 | 29.97 | - |
| YUV | 117.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 148 | 0 | 0.66 | 0.26 | 0.22 | 323.82 | 0.54 | 0.53 |
| Hex | C8 | 45 | 94 | 0 | 42 | 1A | 16 | 144 | 36 | 35 |
| Octal | 310 | 105 | 224 | 0 | 102 | 32 | 26 | 504 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10010100 | 0 | 1000010 | 11010 | 10110 | 101000100 | 110110 | 110101 |
Color Harmonies of #C84594
Complementary color
Monochromatic Colors of #C84594
Black with #C84594
Text Example
Text Example
White with #C84594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84594; }
p { color: rgb(200,69,148); }
H1.HeaderClassName
{
color: #C84594;
}
.AnyTagClassName
{
color: #C84594;
}
</style>
background-color css
<style>
a { background-color: #C84594; }
a { background-color: rgb(200,69,148); }
div.DivClassName
{
background-color: #C84594;
}
.BgClassName
{
background-color: #C84594;
}
</style>
border-color css
<style>
span { border-color: #C84594; }
span { border-color: rgb(200,69,148); }
td.TdClassName
{
border-color: #C84594;
}
.TagClassName
{
border-color: #C84594;
}
</style>