Shades of Mulberry #C8508A
Tints of Mulberry #C8508A
RGB
CMYK
RGB Variations
Color information
#C8508A (or 0xC8508A) is known color: Mulberry. HEX triplet: C8, 50 and 8A. RGB value is (200,80,138). Sum of RGB (Red+Green+Blue) = 200+80+138=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8508A is #37AF75. Grayscale: #7A7A7A. Windows color (decimal): -3649398 or 9064648. OLE color: 9064648.
HSL color Cylindrical-coordinate representation of color #C8508A: hue angle of 331º 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 #C8508A is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 138 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.22 |
| HSL | 331º | 0.52% | 0.55% | - |
| HSV(B) | 331º | 0.6% | 0.78% | - |
| XYZ | 31.28 | 19.85 | 26.23 | - |
| YUV | 122.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 138 | 0 | 0.6 | 0.31 | 0.22 | 331 | 0.52 | 0.55 |
| Hex | C8 | 50 | 8A | 0 | 3C | 1F | 16 | 14B | 34 | 37 |
| Octal | 310 | 120 | 212 | 0 | 74 | 37 | 26 | 513 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10001010 | 0 | 111100 | 11111 | 10110 | 101001011 | 110100 | 110111 |
Color Harmonies of #C8508A
Complementary color
Monochromatic Colors of #C8508A
Black with #C8508A
Text Example
Text Example
White with #C8508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8508A; }
p { color: rgb(200,80,138); }
H1.HeaderClassName
{
color: #C8508A;
}
.AnyTagClassName
{
color: #C8508A;
}
</style>
background-color css
<style>
a { background-color: #C8508A; }
a { background-color: rgb(200,80,138); }
div.DivClassName
{
background-color: #C8508A;
}
.BgClassName
{
background-color: #C8508A;
}
</style>
border-color css
<style>
span { border-color: #C8508A; }
span { border-color: rgb(200,80,138); }
td.TdClassName
{
border-color: #C8508A;
}
.TagClassName
{
border-color: #C8508A;
}
</style>