Shades of Mulberry #C2408A
Tints of Mulberry #C2408A
RGB
CMYK
RGB Variations
Color information
#C2408A (or 0xC2408A) is known color: Mulberry. HEX triplet: C2, 40 and 8A. RGB value is (194,64,138). Sum of RGB (Red+Green+Blue) = 194+64+138=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2408A is #3DBF75. Grayscale: #6F6F6F. Windows color (decimal): -4046710 or 9060546. OLE color: 9060546.
HSL color Cylindrical-coordinate representation of color #C2408A: hue angle of 325.85º 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 #C2408A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 138 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.24 |
| HSL | 325.85º | 0.52% | 0.51% | - |
| HSV(B) | 325.85º | 0.67% | 0.76% | - |
| XYZ | 28.67 | 16.97 | 25.81 | - |
| YUV | 111.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 138 | 0 | 0.67 | 0.29 | 0.24 | 325.85 | 0.52 | 0.51 |
| Hex | C2 | 40 | 8A | 0 | 43 | 1D | 18 | 146 | 34 | 33 |
| Octal | 302 | 100 | 212 | 0 | 103 | 35 | 30 | 506 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10001010 | 0 | 1000011 | 11101 | 11000 | 101000110 | 110100 | 110011 |
Color Harmonies of #C2408A
Complementary color
Monochromatic Colors of #C2408A
Black with #C2408A
Text Example
Text Example
White with #C2408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2408A; }
p { color: rgb(194,64,138); }
H1.HeaderClassName
{
color: #C2408A;
}
.AnyTagClassName
{
color: #C2408A;
}
</style>
background-color css
<style>
a { background-color: #C2408A; }
a { background-color: rgb(194,64,138); }
div.DivClassName
{
background-color: #C2408A;
}
.BgClassName
{
background-color: #C2408A;
}
</style>
border-color css
<style>
span { border-color: #C2408A; }
span { border-color: rgb(194,64,138); }
td.TdClassName
{
border-color: #C2408A;
}
.TagClassName
{
border-color: #C2408A;
}
</style>