Shades of Mulberry #CD45A1
Tints of Mulberry #CD45A1
RGB
CMYK
RGB Variations
Color information
#CD45A1 (or 0xCD45A1) is known color: Mulberry. HEX triplet: CD, 45 and A1. RGB value is (205,69,161). Sum of RGB (Red+Green+Blue) = 205+69+161=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD45A1 is #32BA5E. Grayscale: #777777. Windows color (decimal): -3324511 or 10569165. OLE color: 10569165.
HSL color Cylindrical-coordinate representation of color #CD45A1: hue angle of 319.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD45A1 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 161 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.20 |
| HSL | 319.41º | 0.58% | 0.54% | - |
| HSV(B) | 319.41º | 0.66% | 0.8% | - |
| XYZ | 33.74 | 19.81 | 35.76 | - |
| YUV | 120.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 161 | 0 | 0.66 | 0.21 | 0.20 | 319.41 | 0.58 | 0.54 |
| Hex | CD | 45 | A1 | 0 | 42 | 15 | 14 | 13F | 3A | 36 |
| Octal | 315 | 105 | 241 | 0 | 102 | 25 | 24 | 477 | 72 | 66 |
| Binary | 11001101 | 1000101 | 10100001 | 0 | 1000010 | 10101 | 10100 | 100111111 | 111010 | 110110 |
Color Harmonies of #CD45A1
Complementary color
Monochromatic Colors of #CD45A1
Black with #CD45A1
Text Example
Text Example
White with #CD45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD45A1; }
p { color: rgb(205,69,161); }
H1.HeaderClassName
{
color: #CD45A1;
}
.AnyTagClassName
{
color: #CD45A1;
}
</style>
background-color css
<style>
a { background-color: #CD45A1; }
a { background-color: rgb(205,69,161); }
div.DivClassName
{
background-color: #CD45A1;
}
.BgClassName
{
background-color: #CD45A1;
}
</style>
border-color css
<style>
span { border-color: #CD45A1; }
span { border-color: rgb(205,69,161); }
td.TdClassName
{
border-color: #CD45A1;
}
.TagClassName
{
border-color: #CD45A1;
}
</style>