Shades of Mulberry #CF3CA6
Tints of Mulberry #CF3CA6
RGB
CMYK
RGB Variations
Color information
#CF3CA6 (or 0xCF3CA6) is known color: Mulberry. HEX triplet: CF, 3C and A6. RGB value is (207,60,166). Sum of RGB (Red+Green+Blue) = 207+60+166=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3CA6 is #30C359. Grayscale: #737373. Windows color (decimal): -3195738 or 10894543. OLE color: 10894543.
HSL color Cylindrical-coordinate representation of color #CF3CA6: hue angle of 316.73º 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 #CF3CA6 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 166 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.19 |
| HSL | 316.73º | 0.6% | 0.52% | - |
| HSV(B) | 316.73º | 0.71% | 0.81% | - |
| XYZ | 34.23 | 19.25 | 37.99 | - |
| YUV | 116.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 166 | 0 | 0.71 | 0.20 | 0.19 | 316.73 | 0.6 | 0.52 |
| Hex | CF | 3C | A6 | 0 | 47 | 14 | 13 | 13D | 3C | 34 |
| Octal | 317 | 74 | 246 | 0 | 107 | 24 | 23 | 475 | 74 | 64 |
| Binary | 11001111 | 111100 | 10100110 | 0 | 1000111 | 10100 | 10011 | 100111101 | 111100 | 110100 |
Color Harmonies of #CF3CA6
Complementary color
Monochromatic Colors of #CF3CA6
Black with #CF3CA6
Text Example
Text Example
White with #CF3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CA6; }
p { color: rgb(207,60,166); }
H1.HeaderClassName
{
color: #CF3CA6;
}
.AnyTagClassName
{
color: #CF3CA6;
}
</style>
background-color css
<style>
a { background-color: #CF3CA6; }
a { background-color: rgb(207,60,166); }
div.DivClassName
{
background-color: #CF3CA6;
}
.BgClassName
{
background-color: #CF3CA6;
}
</style>
border-color css
<style>
span { border-color: #CF3CA6; }
span { border-color: rgb(207,60,166); }
td.TdClassName
{
border-color: #CF3CA6;
}
.TagClassName
{
border-color: #CF3CA6;
}
</style>