Shades of Mulberry #C6578F
Tints of Mulberry #C6578F
RGB
CMYK
RGB Variations
Color information
#C6578F (or 0xC6578F) is known color: Mulberry. HEX triplet: C6, 57 and 8F. RGB value is (198,87,143). Sum of RGB (Red+Green+Blue) = 198+87+143=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6578F is #39A870. Grayscale: #7E7E7E. Windows color (decimal): -3778673 or 9394118. OLE color: 9394118.
HSL color Cylindrical-coordinate representation of color #C6578F: hue angle of 329.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6578F is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 143 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.22 |
| HSL | 329.73º | 0.49% | 0.56% | - |
| HSV(B) | 329.73º | 0.56% | 0.78% | - |
| XYZ | 31.65 | 20.81 | 28.33 | - |
| YUV | 126.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 143 | 0 | 0.56 | 0.28 | 0.22 | 329.73 | 0.49 | 0.56 |
| Hex | C6 | 57 | 8F | 0 | 38 | 1C | 16 | 14A | 31 | 38 |
| Octal | 306 | 127 | 217 | 0 | 70 | 34 | 26 | 512 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10001111 | 0 | 111000 | 11100 | 10110 | 101001010 | 110001 | 111000 |
Color Harmonies of #C6578F
Complementary color
Monochromatic Colors of #C6578F
Black with #C6578F
Text Example
Text Example
White with #C6578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6578F; }
p { color: rgb(198,87,143); }
H1.HeaderClassName
{
color: #C6578F;
}
.AnyTagClassName
{
color: #C6578F;
}
</style>
background-color css
<style>
a { background-color: #C6578F; }
a { background-color: rgb(198,87,143); }
div.DivClassName
{
background-color: #C6578F;
}
.BgClassName
{
background-color: #C6578F;
}
</style>
border-color css
<style>
span { border-color: #C6578F; }
span { border-color: rgb(198,87,143); }
td.TdClassName
{
border-color: #C6578F;
}
.TagClassName
{
border-color: #C6578F;
}
</style>