Shades of Mulberry #CF409A
Tints of Mulberry #CF409A
RGB
CMYK
RGB Variations
Color information
#CF409A (or 0xCF409A) is known color: Mulberry. HEX triplet: CF, 40 and 9A. RGB value is (207,64,154). Sum of RGB (Red+Green+Blue) = 207+64+154=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF409A is #30BF65. Grayscale: #747474. Windows color (decimal): -3194726 or 10109135. OLE color: 10109135.
HSL color Cylindrical-coordinate representation of color #CF409A: hue angle of 322.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF409A is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 154 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.19 |
| HSL | 322.24º | 0.6% | 0.53% | - |
| HSV(B) | 322.24º | 0.69% | 0.81% | - |
| XYZ | 33.4 | 19.27 | 32.53 | - |
| YUV | 117.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 154 | 0 | 0.69 | 0.26 | 0.19 | 322.24 | 0.6 | 0.53 |
| Hex | CF | 40 | 9A | 0 | 45 | 1A | 13 | 142 | 3C | 35 |
| Octal | 317 | 100 | 232 | 0 | 105 | 32 | 23 | 502 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10011010 | 0 | 1000101 | 11010 | 10011 | 101000010 | 111100 | 110101 |
Color Harmonies of #CF409A
Complementary color
Monochromatic Colors of #CF409A
Black with #CF409A
Text Example
Text Example
White with #CF409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF409A; }
p { color: rgb(207,64,154); }
H1.HeaderClassName
{
color: #CF409A;
}
.AnyTagClassName
{
color: #CF409A;
}
</style>
background-color css
<style>
a { background-color: #CF409A; }
a { background-color: rgb(207,64,154); }
div.DivClassName
{
background-color: #CF409A;
}
.BgClassName
{
background-color: #CF409A;
}
</style>
border-color css
<style>
span { border-color: #CF409A; }
span { border-color: rgb(207,64,154); }
td.TdClassName
{
border-color: #CF409A;
}
.TagClassName
{
border-color: #CF409A;
}
</style>