Shades of Mulberry #C95382
Tints of Mulberry #C95382
RGB
CMYK
RGB Variations
Color information
#C95382 (or 0xC95382) is known color: Mulberry. HEX triplet: C9, 53 and 82. RGB value is (201,83,130). Sum of RGB (Red+Green+Blue) = 201+83+130=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C95382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95382 is #36AC7D. Grayscale: #7B7B7B. Windows color (decimal): -3583102 or 8541129. OLE color: 8541129.
HSL color Cylindrical-coordinate representation of color #C95382: hue angle of 336.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95382 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 130 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.21 |
| HSL | 336.1º | 0.52% | 0.56% | - |
| HSV(B) | 336.1º | 0.59% | 0.79% | - |
| XYZ | 31.21 | 20.22 | 23.38 | - |
| YUV | 123.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 130 | 0 | 0.59 | 0.35 | 0.21 | 336.1 | 0.52 | 0.56 |
| Hex | C9 | 53 | 82 | 0 | 3B | 23 | 15 | 150 | 34 | 38 |
| Octal | 311 | 123 | 202 | 0 | 73 | 43 | 25 | 520 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10000010 | 0 | 111011 | 100011 | 10101 | 101010000 | 110100 | 111000 |
Color Harmonies of #C95382
Complementary color
Monochromatic Colors of #C95382
Black with #C95382
Text Example
Text Example
White with #C95382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95382; }
p { color: rgb(201,83,130); }
H1.HeaderClassName
{
color: #C95382;
}
.AnyTagClassName
{
color: #C95382;
}
</style>
background-color css
<style>
a { background-color: #C95382; }
a { background-color: rgb(201,83,130); }
div.DivClassName
{
background-color: #C95382;
}
.BgClassName
{
background-color: #C95382;
}
</style>
border-color css
<style>
span { border-color: #C95382; }
span { border-color: rgb(201,83,130); }
td.TdClassName
{
border-color: #C95382;
}
.TagClassName
{
border-color: #C95382;
}
</style>