Shades of Mulberry #C8508F
Tints of Mulberry #C8508F
RGB
CMYK
RGB Variations
Color information
#C8508F (or 0xC8508F) is known color: Mulberry. HEX triplet: C8, 50 and 8F. RGB value is (200,80,143). Sum of RGB (Red+Green+Blue) = 200+80+143=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8508F is #37AF70. Grayscale: #7A7A7A. Windows color (decimal): -3649393 or 9392328. OLE color: 9392328.
HSL color Cylindrical-coordinate representation of color #C8508F: hue angle of 328.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8508F is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 143 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.22 |
| HSL | 328.5º | 0.52% | 0.55% | - |
| HSV(B) | 328.5º | 0.6% | 0.78% | - |
| XYZ | 31.65 | 20 | 28.18 | - |
| YUV | 123.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 143 | 0 | 0.6 | 0.28 | 0.22 | 328.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | 8F | 0 | 3C | 1C | 16 | 148 | 34 | 37 |
| Octal | 310 | 120 | 217 | 0 | 74 | 34 | 26 | 510 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10001111 | 0 | 111100 | 11100 | 10110 | 101001000 | 110100 | 110111 |
Color Harmonies of #C8508F
Complementary color
Monochromatic Colors of #C8508F
Black with #C8508F
Text Example
Text Example
White with #C8508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8508F; }
p { color: rgb(200,80,143); }
H1.HeaderClassName
{
color: #C8508F;
}
.AnyTagClassName
{
color: #C8508F;
}
</style>
background-color css
<style>
a { background-color: #C8508F; }
a { background-color: rgb(200,80,143); }
div.DivClassName
{
background-color: #C8508F;
}
.BgClassName
{
background-color: #C8508F;
}
</style>
border-color css
<style>
span { border-color: #C8508F; }
span { border-color: rgb(200,80,143); }
td.TdClassName
{
border-color: #C8508F;
}
.TagClassName
{
border-color: #C8508F;
}
</style>