Shades of Mulberry #C6458F
Tints of Mulberry #C6458F
RGB
CMYK
RGB Variations
Color information
#C6458F (or 0xC6458F) is known color: Mulberry. HEX triplet: C6, 45 and 8F. RGB value is (198,69,143). Sum of RGB (Red+Green+Blue) = 198+69+143=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6458F is #39BA70. Grayscale: #737373. Windows color (decimal): -3783281 or 9389510. OLE color: 9389510.
HSL color Cylindrical-coordinate representation of color #C6458F: hue angle of 325.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6458F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 143 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.22 |
| HSL | 325.58º | 0.53% | 0.52% | - |
| HSV(B) | 325.58º | 0.65% | 0.78% | - |
| XYZ | 30.37 | 18.25 | 27.91 | - |
| YUV | 116.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 143 | 0 | 0.65 | 0.28 | 0.22 | 325.58 | 0.53 | 0.52 |
| Hex | C6 | 45 | 8F | 0 | 41 | 1C | 16 | 146 | 35 | 34 |
| Octal | 306 | 105 | 217 | 0 | 101 | 34 | 26 | 506 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10001111 | 0 | 1000001 | 11100 | 10110 | 101000110 | 110101 | 110100 |
Color Harmonies of #C6458F
Complementary color
Monochromatic Colors of #C6458F
Black with #C6458F
Text Example
Text Example
White with #C6458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6458F; }
p { color: rgb(198,69,143); }
H1.HeaderClassName
{
color: #C6458F;
}
.AnyTagClassName
{
color: #C6458F;
}
</style>
background-color css
<style>
a { background-color: #C6458F; }
a { background-color: rgb(198,69,143); }
div.DivClassName
{
background-color: #C6458F;
}
.BgClassName
{
background-color: #C6458F;
}
</style>
border-color css
<style>
span { border-color: #C6458F; }
span { border-color: rgb(198,69,143); }
td.TdClassName
{
border-color: #C6458F;
}
.TagClassName
{
border-color: #C6458F;
}
</style>