Shades of Mulberry #CD439C
Tints of Mulberry #CD439C
RGB
CMYK
RGB Variations
Color information
#CD439C (or 0xCD439C) is known color: Mulberry. HEX triplet: CD, 43 and 9C. RGB value is (205,67,156). Sum of RGB (Red+Green+Blue) = 205+67+156=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD439C is #32BC63. Grayscale: #767676. Windows color (decimal): -3325028 or 10240973. OLE color: 10240973.
HSL color Cylindrical-coordinate representation of color #CD439C: hue angle of 321.3º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD439C is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 156 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.20 |
| HSL | 321.3º | 0.58% | 0.53% | - |
| HSV(B) | 321.3º | 0.67% | 0.8% | - |
| XYZ | 33.18 | 19.39 | 33.45 | - |
| YUV | 118.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 156 | 0 | 0.67 | 0.24 | 0.20 | 321.3 | 0.58 | 0.53 |
| Hex | CD | 43 | 9C | 0 | 43 | 18 | 14 | 141 | 3A | 35 |
| Octal | 315 | 103 | 234 | 0 | 103 | 30 | 24 | 501 | 72 | 65 |
| Binary | 11001101 | 1000011 | 10011100 | 0 | 1000011 | 11000 | 10100 | 101000001 | 111010 | 110101 |
Color Harmonies of #CD439C
Complementary color
Monochromatic Colors of #CD439C
Black with #CD439C
Text Example
Text Example
White with #CD439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD439C; }
p { color: rgb(205,67,156); }
H1.HeaderClassName
{
color: #CD439C;
}
.AnyTagClassName
{
color: #CD439C;
}
</style>
background-color css
<style>
a { background-color: #CD439C; }
a { background-color: rgb(205,67,156); }
div.DivClassName
{
background-color: #CD439C;
}
.BgClassName
{
background-color: #CD439C;
}
</style>
border-color css
<style>
span { border-color: #CD439C; }
span { border-color: rgb(205,67,156); }
td.TdClassName
{
border-color: #CD439C;
}
.TagClassName
{
border-color: #CD439C;
}
</style>