Shades of Mulberry #CF478F
Tints of Mulberry #CF478F
RGB
CMYK
RGB Variations
Color information
#CF478F (or 0xCF478F) is known color: Mulberry. HEX triplet: CF, 47 and 8F. RGB value is (207,71,143). Sum of RGB (Red+Green+Blue) = 207+71+143=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF478F is #30B870. Grayscale: #777777. Windows color (decimal): -3192945 or 9390031. OLE color: 9390031.
HSL color Cylindrical-coordinate representation of color #CF478F: hue angle of 328.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF478F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 143 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.19 |
| HSL | 328.24º | 0.59% | 0.55% | - |
| HSV(B) | 328.24º | 0.66% | 0.81% | - |
| XYZ | 32.94 | 19.76 | 28.06 | - |
| YUV | 119.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 143 | 0 | 0.66 | 0.31 | 0.19 | 328.24 | 0.59 | 0.55 |
| Hex | CF | 47 | 8F | 0 | 42 | 1F | 13 | 148 | 3B | 37 |
| Octal | 317 | 107 | 217 | 0 | 102 | 37 | 23 | 510 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10001111 | 0 | 1000010 | 11111 | 10011 | 101001000 | 111011 | 110111 |
Color Harmonies of #CF478F
Complementary color
Monochromatic Colors of #CF478F
Black with #CF478F
Text Example
Text Example
White with #CF478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF478F; }
p { color: rgb(207,71,143); }
H1.HeaderClassName
{
color: #CF478F;
}
.AnyTagClassName
{
color: #CF478F;
}
</style>
background-color css
<style>
a { background-color: #CF478F; }
a { background-color: rgb(207,71,143); }
div.DivClassName
{
background-color: #CF478F;
}
.BgClassName
{
background-color: #CF478F;
}
</style>
border-color css
<style>
span { border-color: #CF478F; }
span { border-color: rgb(207,71,143); }
td.TdClassName
{
border-color: #CF478F;
}
.TagClassName
{
border-color: #CF478F;
}
</style>