Shades of Mulberry #CF4192
Tints of Mulberry #CF4192
RGB
CMYK
RGB Variations
Color information
#CF4192 (or 0xCF4192) is known color: Mulberry. HEX triplet: CF, 41 and 92. RGB value is (207,65,146). Sum of RGB (Red+Green+Blue) = 207+65+146=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4192 is #30BE6D. Grayscale: #747474. Windows color (decimal): -3194478 or 9585103. OLE color: 9585103.
HSL color Cylindrical-coordinate representation of color #CF4192: hue angle of 325.77º 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 #CF4192 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 146 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.19 |
| HSL | 325.77º | 0.6% | 0.53% | - |
| HSV(B) | 325.77º | 0.69% | 0.81% | - |
| XYZ | 32.81 | 19.12 | 29.16 | - |
| YUV | 116.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 146 | 0 | 0.69 | 0.29 | 0.19 | 325.77 | 0.6 | 0.53 |
| Hex | CF | 41 | 92 | 0 | 45 | 1D | 13 | 146 | 3C | 35 |
| Octal | 317 | 101 | 222 | 0 | 105 | 35 | 23 | 506 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10010010 | 0 | 1000101 | 11101 | 10011 | 101000110 | 111100 | 110101 |
Color Harmonies of #CF4192
Complementary color
Monochromatic Colors of #CF4192
Black with #CF4192
Text Example
Text Example
White with #CF4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4192; }
p { color: rgb(207,65,146); }
H1.HeaderClassName
{
color: #CF4192;
}
.AnyTagClassName
{
color: #CF4192;
}
</style>
background-color css
<style>
a { background-color: #CF4192; }
a { background-color: rgb(207,65,146); }
div.DivClassName
{
background-color: #CF4192;
}
.BgClassName
{
background-color: #CF4192;
}
</style>
border-color css
<style>
span { border-color: #CF4192; }
span { border-color: rgb(207,65,146); }
td.TdClassName
{
border-color: #CF4192;
}
.TagClassName
{
border-color: #CF4192;
}
</style>