Shades of Mulberry #C6448F
Tints of Mulberry #C6448F
RGB
CMYK
RGB Variations
Color information
#C6448F (or 0xC6448F) is known color: Mulberry. HEX triplet: C6, 44 and 8F. RGB value is (198,68,143). Sum of RGB (Red+Green+Blue) = 198+68+143=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448F is #39BB70. Grayscale: #737373. Windows color (decimal): -3783537 or 9389254. OLE color: 9389254.
HSL color Cylindrical-coordinate representation of color #C6448F: hue angle of 325.38º degrees, saturation: 0.53, 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 #C6448F is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 143 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.22 |
| HSL | 325.38º | 0.53% | 0.52% | - |
| HSV(B) | 325.38º | 0.66% | 0.78% | - |
| XYZ | 30.31 | 18.12 | 27.89 | - |
| YUV | 115.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 143 | 0 | 0.66 | 0.28 | 0.22 | 325.38 | 0.53 | 0.52 |
| Hex | C6 | 44 | 8F | 0 | 42 | 1C | 16 | 145 | 35 | 34 |
| Octal | 306 | 104 | 217 | 0 | 102 | 34 | 26 | 505 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10001111 | 0 | 1000010 | 11100 | 10110 | 101000101 | 110101 | 110100 |
Color Harmonies of #C6448F
Complementary color
Monochromatic Colors of #C6448F
Black with #C6448F
Text Example
Text Example
White with #C6448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6448F; }
p { color: rgb(198,68,143); }
H1.HeaderClassName
{
color: #C6448F;
}
.AnyTagClassName
{
color: #C6448F;
}
</style>
background-color css
<style>
a { background-color: #C6448F; }
a { background-color: rgb(198,68,143); }
div.DivClassName
{
background-color: #C6448F;
}
.BgClassName
{
background-color: #C6448F;
}
</style>
border-color css
<style>
span { border-color: #C6448F; }
span { border-color: rgb(198,68,143); }
td.TdClassName
{
border-color: #C6448F;
}
.TagClassName
{
border-color: #C6448F;
}
</style>