Shades of Mulberry #CF459B
Tints of Mulberry #CF459B
RGB
CMYK
RGB Variations
Color information
#CF459B (or 0xCF459B) is known color: Mulberry. HEX triplet: CF, 45 and 9B. RGB value is (207,69,155). Sum of RGB (Red+Green+Blue) = 207+69+155=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF459B is #30BA64. Grayscale: #777777. Windows color (decimal): -3193445 or 10175951. OLE color: 10175951.
HSL color Cylindrical-coordinate representation of color #CF459B: hue angle of 322.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF459B is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 155 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.19 |
| HSL | 322.61º | 0.59% | 0.54% | - |
| HSV(B) | 322.61º | 0.67% | 0.81% | - |
| XYZ | 33.78 | 19.89 | 33.07 | - |
| YUV | 120.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 155 | 0 | 0.67 | 0.25 | 0.19 | 322.61 | 0.59 | 0.54 |
| Hex | CF | 45 | 9B | 0 | 43 | 19 | 13 | 143 | 3B | 36 |
| Octal | 317 | 105 | 233 | 0 | 103 | 31 | 23 | 503 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10011011 | 0 | 1000011 | 11001 | 10011 | 101000011 | 111011 | 110110 |
Color Harmonies of #CF459B
Complementary color
Monochromatic Colors of #CF459B
Black with #CF459B
Text Example
Text Example
White with #CF459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF459B; }
p { color: rgb(207,69,155); }
H1.HeaderClassName
{
color: #CF459B;
}
.AnyTagClassName
{
color: #CF459B;
}
</style>
background-color css
<style>
a { background-color: #CF459B; }
a { background-color: rgb(207,69,155); }
div.DivClassName
{
background-color: #CF459B;
}
.BgClassName
{
background-color: #CF459B;
}
</style>
border-color css
<style>
span { border-color: #CF459B; }
span { border-color: rgb(207,69,155); }
td.TdClassName
{
border-color: #CF459B;
}
.TagClassName
{
border-color: #CF459B;
}
</style>