Shades of Mulberry #C8449E
Tints of Mulberry #C8449E
RGB
CMYK
RGB Variations
Color information
#C8449E (or 0xC8449E) is known color: Mulberry. HEX triplet: C8, 44 and 9E. RGB value is (200,68,158). Sum of RGB (Red+Green+Blue) = 200+68+158=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8449E is #37BB61. Grayscale: #757575. Windows color (decimal): -3652450 or 10372296. OLE color: 10372296.
HSL color Cylindrical-coordinate representation of color #C8449E: hue angle of 319.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 #C8449E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 158 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.22 |
| HSL | 319.09º | 0.55% | 0.53% | - |
| HSV(B) | 319.09º | 0.66% | 0.78% | - |
| XYZ | 32.06 | 18.88 | 34.3 | - |
| YUV | 117.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 158 | 0 | 0.66 | 0.21 | 0.22 | 319.09 | 0.55 | 0.53 |
| Hex | C8 | 44 | 9E | 0 | 42 | 15 | 16 | 13F | 37 | 35 |
| Octal | 310 | 104 | 236 | 0 | 102 | 25 | 26 | 477 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10011110 | 0 | 1000010 | 10101 | 10110 | 100111111 | 110111 | 110101 |
Color Harmonies of #C8449E
Complementary color
Monochromatic Colors of #C8449E
Black with #C8449E
Text Example
Text Example
White with #C8449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8449E; }
p { color: rgb(200,68,158); }
H1.HeaderClassName
{
color: #C8449E;
}
.AnyTagClassName
{
color: #C8449E;
}
</style>
background-color css
<style>
a { background-color: #C8449E; }
a { background-color: rgb(200,68,158); }
div.DivClassName
{
background-color: #C8449E;
}
.BgClassName
{
background-color: #C8449E;
}
</style>
border-color css
<style>
span { border-color: #C8449E; }
span { border-color: rgb(200,68,158); }
td.TdClassName
{
border-color: #C8449E;
}
.TagClassName
{
border-color: #C8449E;
}
</style>