Shades of Mulberry #C8447C
Tints of Mulberry #C8447C
RGB
CMYK
RGB Variations
Color information
#C8447C (or 0xC8447C) is known color: Mulberry. HEX triplet: C8, 44 and 7C. RGB value is (200,68,124). Sum of RGB (Red+Green+Blue) = 200+68+124=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8447C is #37BB83. Grayscale: #717171. Windows color (decimal): -3652484 or 8144072. OLE color: 8144072.
HSL color Cylindrical-coordinate representation of color #C8447C: hue angle of 334.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 #C8447C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 124 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.22 |
| HSL | 334.55º | 0.55% | 0.53% | - |
| HSV(B) | 334.55º | 0.66% | 0.78% | - |
| XYZ | 29.52 | 17.87 | 20.96 | - |
| YUV | 113.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 124 | 0 | 0.66 | 0.38 | 0.22 | 334.55 | 0.55 | 0.53 |
| Hex | C8 | 44 | 7C | 0 | 42 | 26 | 16 | 14F | 37 | 35 |
| Octal | 310 | 104 | 174 | 0 | 102 | 46 | 26 | 517 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1111100 | 0 | 1000010 | 100110 | 10110 | 101001111 | 110111 | 110101 |
Color Harmonies of #C8447C
Complementary color
Monochromatic Colors of #C8447C
Black with #C8447C
Text Example
Text Example
White with #C8447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8447C; }
p { color: rgb(200,68,124); }
H1.HeaderClassName
{
color: #C8447C;
}
.AnyTagClassName
{
color: #C8447C;
}
</style>
background-color css
<style>
a { background-color: #C8447C; }
a { background-color: rgb(200,68,124); }
div.DivClassName
{
background-color: #C8447C;
}
.BgClassName
{
background-color: #C8447C;
}
</style>
border-color css
<style>
span { border-color: #C8447C; }
span { border-color: rgb(200,68,124); }
td.TdClassName
{
border-color: #C8447C;
}
.TagClassName
{
border-color: #C8447C;
}
</style>