Shades of Mulberry #C8508C
Tints of Mulberry #C8508C
RGB
CMYK
RGB Variations
Color information
#C8508C (or 0xC8508C) is known color: Mulberry. HEX triplet: C8, 50 and 8C. RGB value is (200,80,140). Sum of RGB (Red+Green+Blue) = 200+80+140=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8508C is #37AF73. Grayscale: #7A7A7A. Windows color (decimal): -3649396 or 9195720. OLE color: 9195720.
HSL color Cylindrical-coordinate representation of color #C8508C: hue angle of 330º 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 #C8508C is Cyan = 0, Magento = 0.6, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 140 | - |
| CMYK | 0 | 0.6 | 0.3 | 0.22 |
| HSL | 330º | 0.52% | 0.55% | - |
| HSV(B) | 330º | 0.6% | 0.78% | - |
| XYZ | 31.42 | 19.91 | 27 | - |
| YUV | 122.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 140 | 0 | 0.6 | 0.3 | 0.22 | 330 | 0.52 | 0.55 |
| Hex | C8 | 50 | 8C | 0 | 3C | 1E | 16 | 14A | 34 | 37 |
| Octal | 310 | 120 | 214 | 0 | 74 | 36 | 26 | 512 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10001100 | 0 | 111100 | 11110 | 10110 | 101001010 | 110100 | 110111 |
Color Harmonies of #C8508C
Complementary color
Monochromatic Colors of #C8508C
Black with #C8508C
Text Example
Text Example
White with #C8508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8508C; }
p { color: rgb(200,80,140); }
H1.HeaderClassName
{
color: #C8508C;
}
.AnyTagClassName
{
color: #C8508C;
}
</style>
background-color css
<style>
a { background-color: #C8508C; }
a { background-color: rgb(200,80,140); }
div.DivClassName
{
background-color: #C8508C;
}
.BgClassName
{
background-color: #C8508C;
}
</style>
border-color css
<style>
span { border-color: #C8508C; }
span { border-color: rgb(200,80,140); }
td.TdClassName
{
border-color: #C8508C;
}
.TagClassName
{
border-color: #C8508C;
}
</style>