Shades of Mulberry #CF53A6
Tints of Mulberry #CF53A6
RGB
CMYK
RGB Variations
Color information
#CF53A6 (or 0xCF53A6) is known color: Mulberry. HEX triplet: CF, 53 and A6. RGB value is (207,83,166). Sum of RGB (Red+Green+Blue) = 207+83+166=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53A6 is #30AC59. Grayscale: #818181. Windows color (decimal): -3189850 or 10900431. OLE color: 10900431.
HSL color Cylindrical-coordinate representation of color #CF53A6: hue angle of 319.84º 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 #CF53A6 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 166 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.19 |
| HSL | 319.84º | 0.56% | 0.57% | - |
| HSV(B) | 319.84º | 0.6% | 0.81% | - |
| XYZ | 35.71 | 22.21 | 38.48 | - |
| YUV | 129.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 166 | 0 | 0.60 | 0.20 | 0.19 | 319.84 | 0.56 | 0.57 |
| Hex | CF | 53 | A6 | 0 | 3C | 14 | 13 | 140 | 38 | 39 |
| Octal | 317 | 123 | 246 | 0 | 74 | 24 | 23 | 500 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10100110 | 0 | 111100 | 10100 | 10011 | 101000000 | 111000 | 111001 |
Color Harmonies of #CF53A6
Complementary color
Monochromatic Colors of #CF53A6
Black with #CF53A6
Text Example
Text Example
White with #CF53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53A6; }
p { color: rgb(207,83,166); }
H1.HeaderClassName
{
color: #CF53A6;
}
.AnyTagClassName
{
color: #CF53A6;
}
</style>
background-color css
<style>
a { background-color: #CF53A6; }
a { background-color: rgb(207,83,166); }
div.DivClassName
{
background-color: #CF53A6;
}
.BgClassName
{
background-color: #CF53A6;
}
</style>
border-color css
<style>
span { border-color: #CF53A6; }
span { border-color: rgb(207,83,166); }
td.TdClassName
{
border-color: #CF53A6;
}
.TagClassName
{
border-color: #CF53A6;
}
</style>