Shades of Mulberry #CF418C
Tints of Mulberry #CF418C
RGB
CMYK
RGB Variations
Color information
#CF418C (or 0xCF418C) is known color: Mulberry. HEX triplet: CF, 41 and 8C. RGB value is (207,65,140). Sum of RGB (Red+Green+Blue) = 207+65+140=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF418C is #30BE73. Grayscale: #737373. Windows color (decimal): -3194484 or 9191887. OLE color: 9191887.
HSL color Cylindrical-coordinate representation of color #CF418C: hue angle of 328.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF418C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 140 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.19 |
| HSL | 328.31º | 0.6% | 0.53% | - |
| HSV(B) | 328.31º | 0.69% | 0.81% | - |
| XYZ | 32.36 | 18.94 | 26.76 | - |
| YUV | 116.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 140 | 0 | 0.69 | 0.32 | 0.19 | 328.31 | 0.6 | 0.53 |
| Hex | CF | 41 | 8C | 0 | 45 | 20 | 13 | 148 | 3C | 35 |
| Octal | 317 | 101 | 214 | 0 | 105 | 40 | 23 | 510 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10001100 | 0 | 1000101 | 100000 | 10011 | 101001000 | 111100 | 110101 |
Color Harmonies of #CF418C
Complementary color
Monochromatic Colors of #CF418C
Black with #CF418C
Text Example
Text Example
White with #CF418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF418C; }
p { color: rgb(207,65,140); }
H1.HeaderClassName
{
color: #CF418C;
}
.AnyTagClassName
{
color: #CF418C;
}
</style>
background-color css
<style>
a { background-color: #CF418C; }
a { background-color: rgb(207,65,140); }
div.DivClassName
{
background-color: #CF418C;
}
.BgClassName
{
background-color: #CF418C;
}
</style>
border-color css
<style>
span { border-color: #CF418C; }
span { border-color: rgb(207,65,140); }
td.TdClassName
{
border-color: #CF418C;
}
.TagClassName
{
border-color: #CF418C;
}
</style>