Shades of Mulberry #CF51A5
Tints of Mulberry #CF51A5
RGB
CMYK
RGB Variations
Color information
#CF51A5 (or 0xCF51A5) is known color: Mulberry. HEX triplet: CF, 51 and A5. RGB value is (207,81,165). Sum of RGB (Red+Green+Blue) = 207+81+165=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF51A5 is #30AE5A. Grayscale: #808080. Windows color (decimal): -3190363 or 10834383. OLE color: 10834383.
HSL color Cylindrical-coordinate representation of color #CF51A5: hue angle of 320º 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 #CF51A5 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 165 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.19 |
| HSL | 320º | 0.57% | 0.56% | - |
| HSV(B) | 320º | 0.61% | 0.81% | - |
| XYZ | 35.47 | 21.87 | 37.95 | - |
| YUV | 128.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 165 | 0 | 0.61 | 0.20 | 0.19 | 320 | 0.57 | 0.56 |
| Hex | CF | 51 | A5 | 0 | 3D | 14 | 13 | 140 | 39 | 38 |
| Octal | 317 | 121 | 245 | 0 | 75 | 24 | 23 | 500 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10100101 | 0 | 111101 | 10100 | 10011 | 101000000 | 111001 | 111000 |
Color Harmonies of #CF51A5
Complementary color
Monochromatic Colors of #CF51A5
Black with #CF51A5
Text Example
Text Example
White with #CF51A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51A5; }
p { color: rgb(207,81,165); }
H1.HeaderClassName
{
color: #CF51A5;
}
.AnyTagClassName
{
color: #CF51A5;
}
</style>
background-color css
<style>
a { background-color: #CF51A5; }
a { background-color: rgb(207,81,165); }
div.DivClassName
{
background-color: #CF51A5;
}
.BgClassName
{
background-color: #CF51A5;
}
</style>
border-color css
<style>
span { border-color: #CF51A5; }
span { border-color: rgb(207,81,165); }
td.TdClassName
{
border-color: #CF51A5;
}
.TagClassName
{
border-color: #CF51A5;
}
</style>