Shades of Mulberry #CC438C
Tints of Mulberry #CC438C
RGB
CMYK
RGB Variations
Color information
#CC438C (or 0xCC438C) is known color: Mulberry. HEX triplet: CC, 43 and 8C. RGB value is (204,67,140). Sum of RGB (Red+Green+Blue) = 204+67+140=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC438C is #33BC73. Grayscale: #747474. Windows color (decimal): -3390580 or 9192396. OLE color: 9192396.
HSL color Cylindrical-coordinate representation of color #CC438C: hue angle of 328.03º degrees, saturation: 0.57, 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 #CC438C is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 140 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.2 |
| HSL | 328.03º | 0.57% | 0.53% | - |
| HSV(B) | 328.03º | 0.67% | 0.8% | - |
| XYZ | 31.64 | 18.75 | 26.76 | - |
| YUV | 116.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 140 | 0 | 0.67 | 0.31 | 0.2 | 328.03 | 0.57 | 0.53 |
| Hex | CC | 43 | 8C | 0 | 43 | 1F | 14 | 148 | 39 | 35 |
| Octal | 314 | 103 | 214 | 0 | 103 | 37 | 24 | 510 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10001100 | 0 | 1000011 | 11111 | 10100 | 101001000 | 111001 | 110101 |
Color Harmonies of #CC438C
Complementary color
Monochromatic Colors of #CC438C
Black with #CC438C
Text Example
Text Example
White with #CC438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC438C; }
p { color: rgb(204,67,140); }
H1.HeaderClassName
{
color: #CC438C;
}
.AnyTagClassName
{
color: #CC438C;
}
</style>
background-color css
<style>
a { background-color: #CC438C; }
a { background-color: rgb(204,67,140); }
div.DivClassName
{
background-color: #CC438C;
}
.BgClassName
{
background-color: #CC438C;
}
</style>
border-color css
<style>
span { border-color: #CC438C; }
span { border-color: rgb(204,67,140); }
td.TdClassName
{
border-color: #CC438C;
}
.TagClassName
{
border-color: #CC438C;
}
</style>