Shades of Mulberry #CF538E
Tints of Mulberry #CF538E
RGB
CMYK
RGB Variations
Color information
#CF538E (or 0xCF538E) is known color: Mulberry. HEX triplet: CF, 53 and 8E. RGB value is (207,83,142). Sum of RGB (Red+Green+Blue) = 207+83+142=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF538E is #30AC71. Grayscale: #7E7E7E. Windows color (decimal): -3189874 or 9327567. OLE color: 9327567.
HSL color Cylindrical-coordinate representation of color #CF538E: hue angle of 331.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF538E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 142 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.19 |
| HSL | 331.45º | 0.56% | 0.57% | - |
| HSV(B) | 331.45º | 0.6% | 0.81% | - |
| XYZ | 33.71 | 21.4 | 27.95 | - |
| YUV | 126.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 142 | 0 | 0.60 | 0.31 | 0.19 | 331.45 | 0.56 | 0.57 |
| Hex | CF | 53 | 8E | 0 | 3C | 1F | 13 | 14B | 38 | 39 |
| Octal | 317 | 123 | 216 | 0 | 74 | 37 | 23 | 513 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10001110 | 0 | 111100 | 11111 | 10011 | 101001011 | 111000 | 111001 |
Color Harmonies of #CF538E
Complementary color
Monochromatic Colors of #CF538E
Black with #CF538E
Text Example
Text Example
White with #CF538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF538E; }
p { color: rgb(207,83,142); }
H1.HeaderClassName
{
color: #CF538E;
}
.AnyTagClassName
{
color: #CF538E;
}
</style>
background-color css
<style>
a { background-color: #CF538E; }
a { background-color: rgb(207,83,142); }
div.DivClassName
{
background-color: #CF538E;
}
.BgClassName
{
background-color: #CF538E;
}
</style>
border-color css
<style>
span { border-color: #CF538E; }
span { border-color: rgb(207,83,142); }
td.TdClassName
{
border-color: #CF538E;
}
.TagClassName
{
border-color: #CF538E;
}
</style>