Shades of Mulberry #CF428A
Tints of Mulberry #CF428A
RGB
CMYK
RGB Variations
Color information
#CF428A (or 0xCF428A) is known color: Mulberry. HEX triplet: CF, 42 and 8A. RGB value is (207,66,138). Sum of RGB (Red+Green+Blue) = 207+66+138=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428A is #30BD75. Grayscale: #747474. Windows color (decimal): -3194230 or 9061071. OLE color: 9061071.
HSL color Cylindrical-coordinate representation of color #CF428A: hue angle of 329.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF428A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 138 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.19 |
| HSL | 329.36º | 0.59% | 0.54% | - |
| HSV(B) | 329.36º | 0.68% | 0.81% | - |
| XYZ | 32.27 | 19 | 26.01 | - |
| YUV | 116.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 138 | 0 | 0.68 | 0.33 | 0.19 | 329.36 | 0.59 | 0.54 |
| Hex | CF | 42 | 8A | 0 | 44 | 21 | 13 | 149 | 3B | 36 |
| Octal | 317 | 102 | 212 | 0 | 104 | 41 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10001010 | 0 | 1000100 | 100001 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF428A
Complementary color
Monochromatic Colors of #CF428A
Black with #CF428A
Text Example
Text Example
White with #CF428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF428A; }
p { color: rgb(207,66,138); }
H1.HeaderClassName
{
color: #CF428A;
}
.AnyTagClassName
{
color: #CF428A;
}
</style>
background-color css
<style>
a { background-color: #CF428A; }
a { background-color: rgb(207,66,138); }
div.DivClassName
{
background-color: #CF428A;
}
.BgClassName
{
background-color: #CF428A;
}
</style>
border-color css
<style>
span { border-color: #CF428A; }
span { border-color: rgb(207,66,138); }
td.TdClassName
{
border-color: #CF428A;
}
.TagClassName
{
border-color: #CF428A;
}
</style>