Shades of Mulberry #C8448E
Tints of Mulberry #C8448E
RGB
CMYK
RGB Variations
Color information
#C8448E (or 0xC8448E) is known color: Mulberry. HEX triplet: C8, 44 and 8E. RGB value is (200,68,142). Sum of RGB (Red+Green+Blue) = 200+68+142=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8448E is #37BB71. Grayscale: #737373. Windows color (decimal): -3652466 or 9323720. OLE color: 9323720.
HSL color Cylindrical-coordinate representation of color #C8448E: hue angle of 326.36º 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 #C8448E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 142 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.22 |
| HSL | 326.36º | 0.55% | 0.53% | - |
| HSV(B) | 326.36º | 0.66% | 0.78% | - |
| XYZ | 30.77 | 18.37 | 27.51 | - |
| YUV | 115.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 142 | 0 | 0.66 | 0.29 | 0.22 | 326.36 | 0.55 | 0.53 |
| Hex | C8 | 44 | 8E | 0 | 42 | 1D | 16 | 146 | 37 | 35 |
| Octal | 310 | 104 | 216 | 0 | 102 | 35 | 26 | 506 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10001110 | 0 | 1000010 | 11101 | 10110 | 101000110 | 110111 | 110101 |
Color Harmonies of #C8448E
Complementary color
Monochromatic Colors of #C8448E
Black with #C8448E
Text Example
Text Example
White with #C8448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8448E; }
p { color: rgb(200,68,142); }
H1.HeaderClassName
{
color: #C8448E;
}
.AnyTagClassName
{
color: #C8448E;
}
</style>
background-color css
<style>
a { background-color: #C8448E; }
a { background-color: rgb(200,68,142); }
div.DivClassName
{
background-color: #C8448E;
}
.BgClassName
{
background-color: #C8448E;
}
</style>
border-color css
<style>
span { border-color: #C8448E; }
span { border-color: rgb(200,68,142); }
td.TdClassName
{
border-color: #C8448E;
}
.TagClassName
{
border-color: #C8448E;
}
</style>