Shades of Mulberry #CF52A8
Tints of Mulberry #CF52A8
RGB
CMYK
RGB Variations
Color information
#CF52A8 (or 0xCF52A8) is known color: Mulberry. HEX triplet: CF, 52 and A8. RGB value is (207,82,168). Sum of RGB (Red+Green+Blue) = 207+82+168=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52A8 is #30AD57. Grayscale: #808080. Windows color (decimal): -3190104 or 11031247. OLE color: 11031247.
HSL color Cylindrical-coordinate representation of color #CF52A8: hue angle of 318.72º degrees, saturation: 0.57, 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 #CF52A8 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 168 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.19 |
| HSL | 318.72º | 0.57% | 0.57% | - |
| HSV(B) | 318.72º | 0.6% | 0.81% | - |
| XYZ | 35.82 | 22.13 | 39.43 | - |
| YUV | 129.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 168 | 0 | 0.60 | 0.19 | 0.19 | 318.72 | 0.57 | 0.57 |
| Hex | CF | 52 | A8 | 0 | 3C | 13 | 13 | 13F | 39 | 39 |
| Octal | 317 | 122 | 250 | 0 | 74 | 23 | 23 | 477 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10101000 | 0 | 111100 | 10011 | 10011 | 100111111 | 111001 | 111001 |
Color Harmonies of #CF52A8
Complementary color
Monochromatic Colors of #CF52A8
Black with #CF52A8
Text Example
Text Example
White with #CF52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52A8; }
p { color: rgb(207,82,168); }
H1.HeaderClassName
{
color: #CF52A8;
}
.AnyTagClassName
{
color: #CF52A8;
}
</style>
background-color css
<style>
a { background-color: #CF52A8; }
a { background-color: rgb(207,82,168); }
div.DivClassName
{
background-color: #CF52A8;
}
.BgClassName
{
background-color: #CF52A8;
}
</style>
border-color css
<style>
span { border-color: #CF52A8; }
span { border-color: rgb(207,82,168); }
td.TdClassName
{
border-color: #CF52A8;
}
.TagClassName
{
border-color: #CF52A8;
}
</style>