Shades of Mulberry #C8469D
Tints of Mulberry #C8469D
RGB
CMYK
RGB Variations
Color information
#C8469D (or 0xC8469D) is known color: Mulberry. HEX triplet: C8, 46 and 9D. RGB value is (200,70,157). Sum of RGB (Red+Green+Blue) = 200+70+157=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8469D is #37B962. Grayscale: #767676. Windows color (decimal): -3651939 or 10307272. OLE color: 10307272.
HSL color Cylindrical-coordinate representation of color #C8469D: hue angle of 319.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8469D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 157 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.22 |
| HSL | 319.85º | 0.54% | 0.53% | - |
| HSV(B) | 319.85º | 0.65% | 0.78% | - |
| XYZ | 32.1 | 19.09 | 33.89 | - |
| YUV | 118.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 157 | 0 | 0.65 | 0.22 | 0.22 | 319.85 | 0.54 | 0.53 |
| Hex | C8 | 46 | 9D | 0 | 41 | 16 | 16 | 140 | 36 | 35 |
| Octal | 310 | 106 | 235 | 0 | 101 | 26 | 26 | 500 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10011101 | 0 | 1000001 | 10110 | 10110 | 101000000 | 110110 | 110101 |
Color Harmonies of #C8469D
Complementary color
Monochromatic Colors of #C8469D
Black with #C8469D
Text Example
Text Example
White with #C8469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8469D; }
p { color: rgb(200,70,157); }
H1.HeaderClassName
{
color: #C8469D;
}
.AnyTagClassName
{
color: #C8469D;
}
</style>
background-color css
<style>
a { background-color: #C8469D; }
a { background-color: rgb(200,70,157); }
div.DivClassName
{
background-color: #C8469D;
}
.BgClassName
{
background-color: #C8469D;
}
</style>
border-color css
<style>
span { border-color: #C8469D; }
span { border-color: rgb(200,70,157); }
td.TdClassName
{
border-color: #C8469D;
}
.TagClassName
{
border-color: #C8469D;
}
</style>