Shades of Mulberry #CF36AB
Tints of Mulberry #CF36AB
RGB
CMYK
RGB Variations
Color information
#CF36AB (or 0xCF36AB) is known color: Mulberry. HEX triplet: CF, 36 and AB. RGB value is (207,54,171). Sum of RGB (Red+Green+Blue) = 207+54+171=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AB is #30C954. Grayscale: #707070. Windows color (decimal): -3197269 or 11220687. OLE color: 11220687.
HSL color Cylindrical-coordinate representation of color #CF36AB: hue angle of 314.12º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36AB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 171 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.19 |
| HSL | 314.12º | 0.61% | 0.51% | - |
| HSV(B) | 314.12º | 0.74% | 0.81% | - |
| XYZ | 34.4 | 18.84 | 40.35 | - |
| YUV | 113.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 171 | 0 | 0.74 | 0.17 | 0.19 | 314.12 | 0.61 | 0.51 |
| Hex | CF | 36 | AB | 0 | 4A | 11 | 13 | 13A | 3D | 33 |
| Octal | 317 | 66 | 253 | 0 | 112 | 21 | 23 | 472 | 75 | 63 |
| Binary | 11001111 | 110110 | 10101011 | 0 | 1001010 | 10001 | 10011 | 100111010 | 111101 | 110011 |
Color Harmonies of #CF36AB
Complementary color
Monochromatic Colors of #CF36AB
Black with #CF36AB
Text Example
Text Example
White with #CF36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36AB; }
p { color: rgb(207,54,171); }
H1.HeaderClassName
{
color: #CF36AB;
}
.AnyTagClassName
{
color: #CF36AB;
}
</style>
background-color css
<style>
a { background-color: #CF36AB; }
a { background-color: rgb(207,54,171); }
div.DivClassName
{
background-color: #CF36AB;
}
.BgClassName
{
background-color: #CF36AB;
}
</style>
border-color css
<style>
span { border-color: #CF36AB; }
span { border-color: rgb(207,54,171); }
td.TdClassName
{
border-color: #CF36AB;
}
.TagClassName
{
border-color: #CF36AB;
}
</style>