Shades of Mulberry #CD3C94
Tints of Mulberry #CD3C94
RGB
CMYK
RGB Variations
Color information
#CD3C94 (or 0xCD3C94) is known color: Mulberry. HEX triplet: CD, 3C and 94. RGB value is (205,60,148). Sum of RGB (Red+Green+Blue) = 205+60+148=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3C94 is #32C36B. Grayscale: #717171. Windows color (decimal): -3326828 or 9714893. OLE color: 9714893.
HSL color Cylindrical-coordinate representation of color #CD3C94: hue angle of 323.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3C94 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 148 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.20 |
| HSL | 323.59º | 0.59% | 0.52% | - |
| HSV(B) | 323.59º | 0.71% | 0.8% | - |
| XYZ | 32.14 | 18.35 | 29.86 | - |
| YUV | 113.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 148 | 0 | 0.71 | 0.28 | 0.20 | 323.59 | 0.59 | 0.52 |
| Hex | CD | 3C | 94 | 0 | 47 | 1C | 14 | 144 | 3B | 34 |
| Octal | 315 | 74 | 224 | 0 | 107 | 34 | 24 | 504 | 73 | 64 |
| Binary | 11001101 | 111100 | 10010100 | 0 | 1000111 | 11100 | 10100 | 101000100 | 111011 | 110100 |
Color Harmonies of #CD3C94
Complementary color
Monochromatic Colors of #CD3C94
Black with #CD3C94
Text Example
Text Example
White with #CD3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C94; }
p { color: rgb(205,60,148); }
H1.HeaderClassName
{
color: #CD3C94;
}
.AnyTagClassName
{
color: #CD3C94;
}
</style>
background-color css
<style>
a { background-color: #CD3C94; }
a { background-color: rgb(205,60,148); }
div.DivClassName
{
background-color: #CD3C94;
}
.BgClassName
{
background-color: #CD3C94;
}
</style>
border-color css
<style>
span { border-color: #CD3C94; }
span { border-color: rgb(205,60,148); }
td.TdClassName
{
border-color: #CD3C94;
}
.TagClassName
{
border-color: #CD3C94;
}
</style>