Shades of Mulberry #C2408B
Tints of Mulberry #C2408B
RGB
CMYK
RGB Variations
Color information
#C2408B (or 0xC2408B) is known color: Mulberry. HEX triplet: C2, 40 and 8B. RGB value is (194,64,139). Sum of RGB (Red+Green+Blue) = 194+64+139=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2408B is #3DBF74. Grayscale: #6F6F6F. Windows color (decimal): -4046709 or 9126082. OLE color: 9126082.
HSL color Cylindrical-coordinate representation of color #C2408B: hue angle of 325.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2408B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 139 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.24 |
| HSL | 325.38º | 0.52% | 0.51% | - |
| HSV(B) | 325.38º | 0.67% | 0.76% | - |
| XYZ | 28.74 | 17 | 26.19 | - |
| YUV | 111.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 139 | 0 | 0.67 | 0.28 | 0.24 | 325.38 | 0.52 | 0.51 |
| Hex | C2 | 40 | 8B | 0 | 43 | 1C | 18 | 145 | 34 | 33 |
| Octal | 302 | 100 | 213 | 0 | 103 | 34 | 30 | 505 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10001011 | 0 | 1000011 | 11100 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C2408B
Complementary color
Monochromatic Colors of #C2408B
Black with #C2408B
Text Example
Text Example
White with #C2408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2408B; }
p { color: rgb(194,64,139); }
H1.HeaderClassName
{
color: #C2408B;
}
.AnyTagClassName
{
color: #C2408B;
}
</style>
background-color css
<style>
a { background-color: #C2408B; }
a { background-color: rgb(194,64,139); }
div.DivClassName
{
background-color: #C2408B;
}
.BgClassName
{
background-color: #C2408B;
}
</style>
border-color css
<style>
span { border-color: #C2408B; }
span { border-color: rgb(194,64,139); }
td.TdClassName
{
border-color: #C2408B;
}
.TagClassName
{
border-color: #C2408B;
}
</style>