Shades of Mulberry #CF4A93
Tints of Mulberry #CF4A93
RGB
CMYK
RGB Variations
Color information
#CF4A93 (or 0xCF4A93) is known color: Mulberry. HEX triplet: CF, 4A and 93. RGB value is (207,74,147). Sum of RGB (Red+Green+Blue) = 207+74+147=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A93 is #30B56C. Grayscale: #797979. Windows color (decimal): -3192173 or 9652943. OLE color: 9652943.
HSL color Cylindrical-coordinate representation of color #CF4A93: hue angle of 327.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A93 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 147 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.19 |
| HSL | 327.07º | 0.58% | 0.55% | - |
| HSV(B) | 327.07º | 0.64% | 0.81% | - |
| XYZ | 33.45 | 20.27 | 29.75 | - |
| YUV | 122.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 147 | 0 | 0.64 | 0.29 | 0.19 | 327.07 | 0.58 | 0.55 |
| Hex | CF | 4A | 93 | 0 | 40 | 1D | 13 | 147 | 3A | 37 |
| Octal | 317 | 112 | 223 | 0 | 100 | 35 | 23 | 507 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10010011 | 0 | 1000000 | 11101 | 10011 | 101000111 | 111010 | 110111 |
Color Harmonies of #CF4A93
Complementary color
Monochromatic Colors of #CF4A93
Black with #CF4A93
Text Example
Text Example
White with #CF4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A93; }
p { color: rgb(207,74,147); }
H1.HeaderClassName
{
color: #CF4A93;
}
.AnyTagClassName
{
color: #CF4A93;
}
</style>
background-color css
<style>
a { background-color: #CF4A93; }
a { background-color: rgb(207,74,147); }
div.DivClassName
{
background-color: #CF4A93;
}
.BgClassName
{
background-color: #CF4A93;
}
</style>
border-color css
<style>
span { border-color: #CF4A93; }
span { border-color: rgb(207,74,147); }
td.TdClassName
{
border-color: #CF4A93;
}
.TagClassName
{
border-color: #CF4A93;
}
</style>