Shades of Mulberry #CF3A9C
Tints of Mulberry #CF3A9C
RGB
CMYK
RGB Variations
Color information
#CF3A9C (or 0xCF3A9C) is known color: Mulberry. HEX triplet: CF, 3A and 9C. RGB value is (207,58,156). Sum of RGB (Red+Green+Blue) = 207+58+156=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A9C is #30C563. Grayscale: #717171. Windows color (decimal): -3196260 or 10238671. OLE color: 10238671.
HSL color Cylindrical-coordinate representation of color #CF3A9C: hue angle of 320.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A9C is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 156 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.19 |
| HSL | 320.54º | 0.61% | 0.52% | - |
| HSV(B) | 320.54º | 0.72% | 0.81% | - |
| XYZ | 33.25 | 18.69 | 33.31 | - |
| YUV | 113.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 156 | 0 | 0.72 | 0.25 | 0.19 | 320.54 | 0.61 | 0.52 |
| Hex | CF | 3A | 9C | 0 | 48 | 19 | 13 | 141 | 3D | 34 |
| Octal | 317 | 72 | 234 | 0 | 110 | 31 | 23 | 501 | 75 | 64 |
| Binary | 11001111 | 111010 | 10011100 | 0 | 1001000 | 11001 | 10011 | 101000001 | 111101 | 110100 |
Color Harmonies of #CF3A9C
Complementary color
Monochromatic Colors of #CF3A9C
Black with #CF3A9C
Text Example
Text Example
White with #CF3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A9C; }
p { color: rgb(207,58,156); }
H1.HeaderClassName
{
color: #CF3A9C;
}
.AnyTagClassName
{
color: #CF3A9C;
}
</style>
background-color css
<style>
a { background-color: #CF3A9C; }
a { background-color: rgb(207,58,156); }
div.DivClassName
{
background-color: #CF3A9C;
}
.BgClassName
{
background-color: #CF3A9C;
}
</style>
border-color css
<style>
span { border-color: #CF3A9C; }
span { border-color: rgb(207,58,156); }
td.TdClassName
{
border-color: #CF3A9C;
}
.TagClassName
{
border-color: #CF3A9C;
}
</style>