Shades of Mulberry #C8458F
Tints of Mulberry #C8458F
RGB
CMYK
RGB Variations
Color information
#C8458F (or 0xC8458F) is known color: Mulberry. HEX triplet: C8, 45 and 8F. RGB value is (200,69,143). Sum of RGB (Red+Green+Blue) = 200+69+143=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8458F is #37BA70. Grayscale: #747474. Windows color (decimal): -3652209 or 9389512. OLE color: 9389512.
HSL color Cylindrical-coordinate representation of color #C8458F: hue angle of 326.11º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8458F is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 143 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.22 |
| HSL | 326.11º | 0.54% | 0.53% | - |
| HSV(B) | 326.11º | 0.66% | 0.78% | - |
| XYZ | 30.91 | 18.52 | 27.93 | - |
| YUV | 116.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 143 | 0 | 0.66 | 0.28 | 0.22 | 326.11 | 0.54 | 0.53 |
| Hex | C8 | 45 | 8F | 0 | 42 | 1C | 16 | 146 | 36 | 35 |
| Octal | 310 | 105 | 217 | 0 | 102 | 34 | 26 | 506 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10001111 | 0 | 1000010 | 11100 | 10110 | 101000110 | 110110 | 110101 |
Color Harmonies of #C8458F
Complementary color
Monochromatic Colors of #C8458F
Black with #C8458F
Text Example
Text Example
White with #C8458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8458F; }
p { color: rgb(200,69,143); }
H1.HeaderClassName
{
color: #C8458F;
}
.AnyTagClassName
{
color: #C8458F;
}
</style>
background-color css
<style>
a { background-color: #C8458F; }
a { background-color: rgb(200,69,143); }
div.DivClassName
{
background-color: #C8458F;
}
.BgClassName
{
background-color: #C8458F;
}
</style>
border-color css
<style>
span { border-color: #C8458F; }
span { border-color: rgb(200,69,143); }
td.TdClassName
{
border-color: #C8458F;
}
.TagClassName
{
border-color: #C8458F;
}
</style>