Shades of Mulberry #CF417F
Tints of Mulberry #CF417F
RGB
CMYK
RGB Variations
Color information
#CF417F (or 0xCF417F) is known color: Mulberry. HEX triplet: CF, 41 and 7F. RGB value is (207,65,127). Sum of RGB (Red+Green+Blue) = 207+65+127=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417F is #30BE80. Grayscale: #727272. Windows color (decimal): -3194497 or 8339919. OLE color: 8339919.
HSL color Cylindrical-coordinate representation of color #CF417F: hue angle of 333.8º 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 #CF417F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 127 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.19 |
| HSL | 333.8º | 0.6% | 0.53% | - |
| HSV(B) | 333.8º | 0.69% | 0.81% | - |
| XYZ | 31.45 | 18.58 | 22.01 | - |
| YUV | 114.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 127 | 0 | 0.69 | 0.39 | 0.19 | 333.8 | 0.6 | 0.53 |
| Hex | CF | 41 | 7F | 0 | 45 | 27 | 13 | 14E | 3C | 35 |
| Octal | 317 | 101 | 177 | 0 | 105 | 47 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1111111 | 0 | 1000101 | 100111 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF417F
Complementary color
Monochromatic Colors of #CF417F
Black with #CF417F
Text Example
Text Example
White with #CF417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF417F; }
p { color: rgb(207,65,127); }
H1.HeaderClassName
{
color: #CF417F;
}
.AnyTagClassName
{
color: #CF417F;
}
</style>
background-color css
<style>
a { background-color: #CF417F; }
a { background-color: rgb(207,65,127); }
div.DivClassName
{
background-color: #CF417F;
}
.BgClassName
{
background-color: #CF417F;
}
</style>
border-color css
<style>
span { border-color: #CF417F; }
span { border-color: rgb(207,65,127); }
td.TdClassName
{
border-color: #CF417F;
}
.TagClassName
{
border-color: #CF417F;
}
</style>