Shades of Mulberry #CF508E
Tints of Mulberry #CF508E
RGB
CMYK
RGB Variations
Color information
#CF508E (or 0xCF508E) is known color: Mulberry. HEX triplet: CF, 50 and 8E. RGB value is (207,80,142). Sum of RGB (Red+Green+Blue) = 207+80+142=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF508E is #30AF71. Grayscale: #7C7C7C. Windows color (decimal): -3190642 or 9326799. OLE color: 9326799.
HSL color Cylindrical-coordinate representation of color #CF508E: hue angle of 330.71º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF508E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 142 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.19 |
| HSL | 330.71º | 0.57% | 0.56% | - |
| HSV(B) | 330.71º | 0.61% | 0.81% | - |
| XYZ | 33.48 | 20.96 | 27.87 | - |
| YUV | 125.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 142 | 0 | 0.61 | 0.31 | 0.19 | 330.71 | 0.57 | 0.56 |
| Hex | CF | 50 | 8E | 0 | 3D | 1F | 13 | 14B | 39 | 38 |
| Octal | 317 | 120 | 216 | 0 | 75 | 37 | 23 | 513 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10001110 | 0 | 111101 | 11111 | 10011 | 101001011 | 111001 | 111000 |
Color Harmonies of #CF508E
Complementary color
Monochromatic Colors of #CF508E
Black with #CF508E
Text Example
Text Example
White with #CF508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF508E; }
p { color: rgb(207,80,142); }
H1.HeaderClassName
{
color: #CF508E;
}
.AnyTagClassName
{
color: #CF508E;
}
</style>
background-color css
<style>
a { background-color: #CF508E; }
a { background-color: rgb(207,80,142); }
div.DivClassName
{
background-color: #CF508E;
}
.BgClassName
{
background-color: #CF508E;
}
</style>
border-color css
<style>
span { border-color: #CF508E; }
span { border-color: rgb(207,80,142); }
td.TdClassName
{
border-color: #CF508E;
}
.TagClassName
{
border-color: #CF508E;
}
</style>