Shades of Mulberry #CF3CA9
Tints of Mulberry #CF3CA9
RGB
CMYK
RGB Variations
Color information
#CF3CA9 (or 0xCF3CA9) is known color: Mulberry. HEX triplet: CF, 3C and A9. RGB value is (207,60,169). Sum of RGB (Red+Green+Blue) = 207+60+169=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3CA9 is #30C356. Grayscale: #747474. Windows color (decimal): -3195735 or 11091151. OLE color: 11091151.
HSL color Cylindrical-coordinate representation of color #CF3CA9: hue angle of 315.51º 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 #CF3CA9 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 169 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.19 |
| HSL | 315.51º | 0.6% | 0.52% | - |
| HSV(B) | 315.51º | 0.71% | 0.81% | - |
| XYZ | 34.51 | 19.36 | 39.45 | - |
| YUV | 116.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 169 | 0 | 0.71 | 0.18 | 0.19 | 315.51 | 0.6 | 0.52 |
| Hex | CF | 3C | A9 | 0 | 47 | 12 | 13 | 13C | 3C | 34 |
| Octal | 317 | 74 | 251 | 0 | 107 | 22 | 23 | 474 | 74 | 64 |
| Binary | 11001111 | 111100 | 10101001 | 0 | 1000111 | 10010 | 10011 | 100111100 | 111100 | 110100 |
Color Harmonies of #CF3CA9
Complementary color
Monochromatic Colors of #CF3CA9
Black with #CF3CA9
Text Example
Text Example
White with #CF3CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CA9; }
p { color: rgb(207,60,169); }
H1.HeaderClassName
{
color: #CF3CA9;
}
.AnyTagClassName
{
color: #CF3CA9;
}
</style>
background-color css
<style>
a { background-color: #CF3CA9; }
a { background-color: rgb(207,60,169); }
div.DivClassName
{
background-color: #CF3CA9;
}
.BgClassName
{
background-color: #CF3CA9;
}
</style>
border-color css
<style>
span { border-color: #CF3CA9; }
span { border-color: rgb(207,60,169); }
td.TdClassName
{
border-color: #CF3CA9;
}
.TagClassName
{
border-color: #CF3CA9;
}
</style>