Shades of Mulberry #CF51AA
Tints of Mulberry #CF51AA
RGB
CMYK
RGB Variations
Color information
#CF51AA (or 0xCF51AA) is known color: Mulberry. HEX triplet: CF, 51 and AA. RGB value is (207,81,170). Sum of RGB (Red+Green+Blue) = 207+81+170=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF51AA is #30AE55. Grayscale: #808080. Windows color (decimal): -3190358 or 11162063. OLE color: 11162063.
HSL color Cylindrical-coordinate representation of color #CF51AA: hue angle of 317.62º 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 #CF51AA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 170 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.19 |
| HSL | 317.62º | 0.57% | 0.56% | - |
| HSV(B) | 317.62º | 0.61% | 0.81% | - |
| XYZ | 35.93 | 22.05 | 40.39 | - |
| YUV | 128.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 170 | 0 | 0.61 | 0.18 | 0.19 | 317.62 | 0.57 | 0.56 |
| Hex | CF | 51 | AA | 0 | 3D | 12 | 13 | 13E | 39 | 38 |
| Octal | 317 | 121 | 252 | 0 | 75 | 22 | 23 | 476 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10101010 | 0 | 111101 | 10010 | 10011 | 100111110 | 111001 | 111000 |
Color Harmonies of #CF51AA
Complementary color
Monochromatic Colors of #CF51AA
Black with #CF51AA
Text Example
Text Example
White with #CF51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51AA; }
p { color: rgb(207,81,170); }
H1.HeaderClassName
{
color: #CF51AA;
}
.AnyTagClassName
{
color: #CF51AA;
}
</style>
background-color css
<style>
a { background-color: #CF51AA; }
a { background-color: rgb(207,81,170); }
div.DivClassName
{
background-color: #CF51AA;
}
.BgClassName
{
background-color: #CF51AA;
}
</style>
border-color css
<style>
span { border-color: #CF51AA; }
span { border-color: rgb(207,81,170); }
td.TdClassName
{
border-color: #CF51AA;
}
.TagClassName
{
border-color: #CF51AA;
}
</style>