Shades of Mulberry #C8449D
Tints of Mulberry #C8449D
RGB
CMYK
RGB Variations
Color information
#C8449D (or 0xC8449D) is known color: Mulberry. HEX triplet: C8, 44 and 9D. RGB value is (200,68,157). Sum of RGB (Red+Green+Blue) = 200+68+157=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8449D is #37BB62. Grayscale: #757575. Windows color (decimal): -3652451 or 10306760. OLE color: 10306760.
HSL color Cylindrical-coordinate representation of color #C8449D: hue angle of 319.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8449D is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 157 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.22 |
| HSL | 319.55º | 0.55% | 0.53% | - |
| HSV(B) | 319.55º | 0.66% | 0.78% | - |
| XYZ | 31.97 | 18.85 | 33.85 | - |
| YUV | 117.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 157 | 0 | 0.66 | 0.22 | 0.22 | 319.55 | 0.55 | 0.53 |
| Hex | C8 | 44 | 9D | 0 | 42 | 16 | 16 | 140 | 37 | 35 |
| Octal | 310 | 104 | 235 | 0 | 102 | 26 | 26 | 500 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10011101 | 0 | 1000010 | 10110 | 10110 | 101000000 | 110111 | 110101 |
Color Harmonies of #C8449D
Complementary color
Monochromatic Colors of #C8449D
Black with #C8449D
Text Example
Text Example
White with #C8449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8449D; }
p { color: rgb(200,68,157); }
H1.HeaderClassName
{
color: #C8449D;
}
.AnyTagClassName
{
color: #C8449D;
}
</style>
background-color css
<style>
a { background-color: #C8449D; }
a { background-color: rgb(200,68,157); }
div.DivClassName
{
background-color: #C8449D;
}
.BgClassName
{
background-color: #C8449D;
}
</style>
border-color css
<style>
span { border-color: #C8449D; }
span { border-color: rgb(200,68,157); }
td.TdClassName
{
border-color: #C8449D;
}
.TagClassName
{
border-color: #C8449D;
}
</style>