Shades of Mulberry #C8447D
Tints of Mulberry #C8447D
RGB
CMYK
RGB Variations
Color information
#C8447D (or 0xC8447D) is known color: Mulberry. HEX triplet: C8, 44 and 7D. RGB value is (200,68,125). Sum of RGB (Red+Green+Blue) = 200+68+125=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8447D is #37BB82. Grayscale: #717171. Windows color (decimal): -3652483 or 8209608. OLE color: 8209608.
HSL color Cylindrical-coordinate representation of color #C8447D: hue angle of 334.09º 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 #C8447D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 125 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.22 |
| HSL | 334.09º | 0.55% | 0.53% | - |
| HSV(B) | 334.09º | 0.66% | 0.78% | - |
| XYZ | 29.59 | 17.89 | 21.3 | - |
| YUV | 113.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 125 | 0 | 0.66 | 0.38 | 0.22 | 334.09 | 0.55 | 0.53 |
| Hex | C8 | 44 | 7D | 0 | 42 | 26 | 16 | 14E | 37 | 35 |
| Octal | 310 | 104 | 175 | 0 | 102 | 46 | 26 | 516 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1111101 | 0 | 1000010 | 100110 | 10110 | 101001110 | 110111 | 110101 |
Color Harmonies of #C8447D
Complementary color
Monochromatic Colors of #C8447D
Black with #C8447D
Text Example
Text Example
White with #C8447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8447D; }
p { color: rgb(200,68,125); }
H1.HeaderClassName
{
color: #C8447D;
}
.AnyTagClassName
{
color: #C8447D;
}
</style>
background-color css
<style>
a { background-color: #C8447D; }
a { background-color: rgb(200,68,125); }
div.DivClassName
{
background-color: #C8447D;
}
.BgClassName
{
background-color: #C8447D;
}
</style>
border-color css
<style>
span { border-color: #C8447D; }
span { border-color: rgb(200,68,125); }
td.TdClassName
{
border-color: #C8447D;
}
.TagClassName
{
border-color: #C8447D;
}
</style>