Shades of Mulberry #C8438A
Tints of Mulberry #C8438A
RGB
CMYK
RGB Variations
Color information
#C8438A (or 0xC8438A) is known color: Mulberry. HEX triplet: C8, 43 and 8A. RGB value is (200,67,138). Sum of RGB (Red+Green+Blue) = 200+67+138=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8438A is #37BC75. Grayscale: #727272. Windows color (decimal): -3652726 or 9061320. OLE color: 9061320.
HSL color Cylindrical-coordinate representation of color #C8438A: hue angle of 327.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8438A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 138 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.22 |
| HSL | 327.97º | 0.55% | 0.52% | - |
| HSV(B) | 327.97º | 0.67% | 0.78% | - |
| XYZ | 30.41 | 18.13 | 25.94 | - |
| YUV | 114.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 138 | 0 | 0.66 | 0.31 | 0.22 | 327.97 | 0.55 | 0.52 |
| Hex | C8 | 43 | 8A | 0 | 42 | 1F | 16 | 148 | 37 | 34 |
| Octal | 310 | 103 | 212 | 0 | 102 | 37 | 26 | 510 | 67 | 64 |
| Binary | 11001000 | 1000011 | 10001010 | 0 | 1000010 | 11111 | 10110 | 101001000 | 110111 | 110100 |
Color Harmonies of #C8438A
Complementary color
Monochromatic Colors of #C8438A
Black with #C8438A
Text Example
Text Example
White with #C8438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8438A; }
p { color: rgb(200,67,138); }
H1.HeaderClassName
{
color: #C8438A;
}
.AnyTagClassName
{
color: #C8438A;
}
</style>
background-color css
<style>
a { background-color: #C8438A; }
a { background-color: rgb(200,67,138); }
div.DivClassName
{
background-color: #C8438A;
}
.BgClassName
{
background-color: #C8438A;
}
</style>
border-color css
<style>
span { border-color: #C8438A; }
span { border-color: rgb(200,67,138); }
td.TdClassName
{
border-color: #C8438A;
}
.TagClassName
{
border-color: #C8438A;
}
</style>