Shades of Mulberry #CF53A0
Tints of Mulberry #CF53A0
RGB
CMYK
RGB Variations
Color information
#CF53A0 (or 0xCF53A0) is known color: Mulberry. HEX triplet: CF, 53 and A0. RGB value is (207,83,160). Sum of RGB (Red+Green+Blue) = 207+83+160=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53A0 is #30AC5F. Grayscale: #808080. Windows color (decimal): -3189856 or 10507215. OLE color: 10507215.
HSL color Cylindrical-coordinate representation of color #CF53A0: hue angle of 322.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF53A0 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 160 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.19 |
| HSL | 322.74º | 0.56% | 0.57% | - |
| HSV(B) | 322.74º | 0.6% | 0.81% | - |
| XYZ | 35.17 | 21.99 | 35.65 | - |
| YUV | 128.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 160 | 0 | 0.60 | 0.23 | 0.19 | 322.74 | 0.56 | 0.57 |
| Hex | CF | 53 | A0 | 0 | 3C | 17 | 13 | 143 | 38 | 39 |
| Octal | 317 | 123 | 240 | 0 | 74 | 27 | 23 | 503 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10100000 | 0 | 111100 | 10111 | 10011 | 101000011 | 111000 | 111001 |
Color Harmonies of #CF53A0
Complementary color
Monochromatic Colors of #CF53A0
Black with #CF53A0
Text Example
Text Example
White with #CF53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53A0; }
p { color: rgb(207,83,160); }
H1.HeaderClassName
{
color: #CF53A0;
}
.AnyTagClassName
{
color: #CF53A0;
}
</style>
background-color css
<style>
a { background-color: #CF53A0; }
a { background-color: rgb(207,83,160); }
div.DivClassName
{
background-color: #CF53A0;
}
.BgClassName
{
background-color: #CF53A0;
}
</style>
border-color css
<style>
span { border-color: #CF53A0; }
span { border-color: rgb(207,83,160); }
td.TdClassName
{
border-color: #CF53A0;
}
.TagClassName
{
border-color: #CF53A0;
}
</style>