Shades of Mulberry #C0428A
Tints of Mulberry #C0428A
RGB
CMYK
RGB Variations
Color information
#C0428A (or 0xC0428A) is known color: Mulberry. HEX triplet: C0, 42 and 8A. RGB value is (192,66,138). Sum of RGB (Red+Green+Blue) = 192+66+138=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0428A is #3FBD75. Grayscale: #6F6F6F. Windows color (decimal): -4177270 or 9061056. OLE color: 9061056.
HSL color Cylindrical-coordinate representation of color #C0428A: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0428A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 138 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.25 |
| HSL | 325.71º | 0.5% | 0.51% | - |
| HSV(B) | 325.71º | 0.66% | 0.75% | - |
| XYZ | 28.27 | 16.94 | 25.82 | - |
| YUV | 111.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 138 | 0 | 0.66 | 0.28 | 0.25 | 325.71 | 0.5 | 0.51 |
| Hex | C0 | 42 | 8A | 0 | 42 | 1C | 19 | 146 | 32 | 33 |
| Octal | 300 | 102 | 212 | 0 | 102 | 34 | 31 | 506 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10001010 | 0 | 1000010 | 11100 | 11001 | 101000110 | 110010 | 110011 |
Color Harmonies of #C0428A
Complementary color
Monochromatic Colors of #C0428A
Black with #C0428A
Text Example
Text Example
White with #C0428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0428A; }
p { color: rgb(192,66,138); }
H1.HeaderClassName
{
color: #C0428A;
}
.AnyTagClassName
{
color: #C0428A;
}
</style>
background-color css
<style>
a { background-color: #C0428A; }
a { background-color: rgb(192,66,138); }
div.DivClassName
{
background-color: #C0428A;
}
.BgClassName
{
background-color: #C0428A;
}
</style>
border-color css
<style>
span { border-color: #C0428A; }
span { border-color: rgb(192,66,138); }
td.TdClassName
{
border-color: #C0428A;
}
.TagClassName
{
border-color: #C0428A;
}
</style>