Shades of Mulberry #CF3CAA
Tints of Mulberry #CF3CAA
RGB
CMYK
RGB Variations
Color information
#CF3CAA (or 0xCF3CAA) is known color: Mulberry. HEX triplet: CF, 3C and AA. RGB value is (207,60,170). Sum of RGB (Red+Green+Blue) = 207+60+170=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3CAA is #30C355. Grayscale: #747474. Windows color (decimal): -3195734 or 11156687. OLE color: 11156687.
HSL color Cylindrical-coordinate representation of color #CF3CAA: hue angle of 315.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3CAA is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 170 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.19 |
| HSL | 315.1º | 0.6% | 0.52% | - |
| HSV(B) | 315.1º | 0.71% | 0.81% | - |
| XYZ | 34.6 | 19.4 | 39.95 | - |
| YUV | 116.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 170 | 0 | 0.71 | 0.18 | 0.19 | 315.1 | 0.6 | 0.52 |
| Hex | CF | 3C | AA | 0 | 47 | 12 | 13 | 13B | 3C | 34 |
| Octal | 317 | 74 | 252 | 0 | 107 | 22 | 23 | 473 | 74 | 64 |
| Binary | 11001111 | 111100 | 10101010 | 0 | 1000111 | 10010 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CF3CAA
Complementary color
Monochromatic Colors of #CF3CAA
Black with #CF3CAA
Text Example
Text Example
White with #CF3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CAA; }
p { color: rgb(207,60,170); }
H1.HeaderClassName
{
color: #CF3CAA;
}
.AnyTagClassName
{
color: #CF3CAA;
}
</style>
background-color css
<style>
a { background-color: #CF3CAA; }
a { background-color: rgb(207,60,170); }
div.DivClassName
{
background-color: #CF3CAA;
}
.BgClassName
{
background-color: #CF3CAA;
}
</style>
border-color css
<style>
span { border-color: #CF3CAA; }
span { border-color: rgb(207,60,170); }
td.TdClassName
{
border-color: #CF3CAA;
}
.TagClassName
{
border-color: #CF3CAA;
}
</style>