Shades of Mulberry #C95DA3
Tints of Mulberry #C95DA3
RGB
CMYK
RGB Variations
Color information
#C95DA3 (or 0xC95DA3) is known color: Mulberry. HEX triplet: C9, 5D and A3. RGB value is (201,93,163). Sum of RGB (Red+Green+Blue) = 201+93+163=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA3 is #36A25C. Grayscale: #858585. Windows color (decimal): -3580509 or 10706377. OLE color: 10706377.
HSL color Cylindrical-coordinate representation of color #C95DA3: hue angle of 321.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DA3 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 163 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.21 |
| HSL | 321.11º | 0.5% | 0.58% | - |
| HSV(B) | 321.11º | 0.54% | 0.79% | - |
| XYZ | 34.61 | 22.89 | 37.24 | - |
| YUV | 133.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 163 | 0 | 0.54 | 0.19 | 0.21 | 321.11 | 0.5 | 0.58 |
| Hex | C9 | 5D | A3 | 0 | 36 | 13 | 15 | 141 | 32 | 3A |
| Octal | 311 | 135 | 243 | 0 | 66 | 23 | 25 | 501 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10100011 | 0 | 110110 | 10011 | 10101 | 101000001 | 110010 | 111010 |
Color Harmonies of #C95DA3
Complementary color
Monochromatic Colors of #C95DA3
Black with #C95DA3
Text Example
Text Example
White with #C95DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DA3; }
p { color: rgb(201,93,163); }
H1.HeaderClassName
{
color: #C95DA3;
}
.AnyTagClassName
{
color: #C95DA3;
}
</style>
background-color css
<style>
a { background-color: #C95DA3; }
a { background-color: rgb(201,93,163); }
div.DivClassName
{
background-color: #C95DA3;
}
.BgClassName
{
background-color: #C95DA3;
}
</style>
border-color css
<style>
span { border-color: #C95DA3; }
span { border-color: rgb(201,93,163); }
td.TdClassName
{
border-color: #C95DA3;
}
.TagClassName
{
border-color: #C95DA3;
}
</style>