Shades of Mulberry #C8438C
Tints of Mulberry #C8438C
RGB
CMYK
RGB Variations
Color information
#C8438C (or 0xC8438C) is known color: Mulberry. HEX triplet: C8, 43 and 8C. RGB value is (200,67,140). Sum of RGB (Red+Green+Blue) = 200+67+140=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8438C is #37BC73. Grayscale: #727272. Windows color (decimal): -3652724 or 9192392. OLE color: 9192392.
HSL color Cylindrical-coordinate representation of color #C8438C: hue angle of 327.07º 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 #C8438C is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 140 | - |
| CMYK | 0 | 0.66 | 0.3 | 0.22 |
| HSL | 327.07º | 0.55% | 0.52% | - |
| HSV(B) | 327.07º | 0.67% | 0.78% | - |
| XYZ | 30.56 | 18.19 | 26.71 | - |
| YUV | 115.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 140 | 0 | 0.66 | 0.3 | 0.22 | 327.07 | 0.55 | 0.52 |
| Hex | C8 | 43 | 8C | 0 | 42 | 1E | 16 | 147 | 37 | 34 |
| Octal | 310 | 103 | 214 | 0 | 102 | 36 | 26 | 507 | 67 | 64 |
| Binary | 11001000 | 1000011 | 10001100 | 0 | 1000010 | 11110 | 10110 | 101000111 | 110111 | 110100 |
Color Harmonies of #C8438C
Complementary color
Monochromatic Colors of #C8438C
Black with #C8438C
Text Example
Text Example
White with #C8438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8438C; }
p { color: rgb(200,67,140); }
H1.HeaderClassName
{
color: #C8438C;
}
.AnyTagClassName
{
color: #C8438C;
}
</style>
background-color css
<style>
a { background-color: #C8438C; }
a { background-color: rgb(200,67,140); }
div.DivClassName
{
background-color: #C8438C;
}
.BgClassName
{
background-color: #C8438C;
}
</style>
border-color css
<style>
span { border-color: #C8438C; }
span { border-color: rgb(200,67,140); }
td.TdClassName
{
border-color: #C8438C;
}
.TagClassName
{
border-color: #C8438C;
}
</style>